$treeview $search $mathjax $extrastylesheet
CSTADLL
2.3.4
$projectbrief
|
$projectbrief
|
$searchbox |
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.
bool LoggingEnabled [static, get, set] |
Indicates whether logging should be done.
string LoggingFolder [static, get, set] |
Specifies a folder to receive the log file. If not specified, the log file will go into whatever folder the calling .exe resides in.
long MaxLogFileSize [static, get, set] |
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.