XLL+ Class Library (7.0)

Logger Methods

The methods of the Logger class are listed here.

Creation

public method static method getLogger Retrieves a pointer to the named logger
public method static method getRootLogger Retrieves a pointer to the root logger

Properties

public method getLevel Returns the current severity level of the logger
public method setLevel Sets the severity level of the logger

Appenders

public method addAppender Adds an appender to the logger

Construction

public method Logger Constructs a Logger object

Requirements

Header: cpplog.h
Namespace: psl::log

See Also

Logger Class | cpplog.h | Logging (User Guide)