$treeview $search $mathjax $extrastylesheet
CSTADLL  2.3.4
$projectbrief
$projectbrief
$searchbox

PBXSessionHelper Class Reference

List of all members.

Properties

static bool LoggingEnabled [get, set]
static string LoggingFolder [get, set]
static long MaxLogFileSize [get, set]

Detailed Description

This class holds static properties that affect all PBX sessions.


Property Documentation

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.