XLL+ Class Library (7.0)

RollingFileAppender Methods

The methods of the RollingFileAppender class are listed here.

Construction

public method RollingFileAppender Constructs a RollingFileAppender object, without opening the destination file

Properties

public method getExpandedFile Returns the complete destination file name, including the substituted date/time part
public method getFile Returns the destination file
public method getPeriod Gets the period of the appender
public method setFile Sets the destination file
public method setPeriod Sets the period of the appender

Methods of Appender

Requirements

Header: cpplog.h
Namespace: psl::log

See Also

RollingFileAppender Class | cpplog.h | Logging (User Guide) | Appender class