CSTADLL
2.5.0
|
Properties | |
static bool | LoggingEnabled [get, set] |
static string | LoggingFolder [get, set] |
static long | MaxLogFileSize [get, set] |
This class holds static properties that affect all PBX sessions.
|
staticgetset |
Indicates whether logging should be done.
|
staticgetset |
Specifies a folder to receive the log file. If not specified, the log file will go into whatever folder the calling .exe resides in.
|
staticgetset |
Defines the maximum size, in bytes, that a log file is allowed to grow to before a new log file is opened. If no value is specified for this property, the maximum size is Constants.MAX_LOG_FILE_SIZE. Any value specified for this property overrides this default setting.