CSTADLL  2.4.0
Properties | List of all members
PBXSessionHelper Class Reference

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

◆ LoggingEnabled

bool LoggingEnabled
staticgetset

Indicates whether logging should be done.

◆ LoggingFolder

string LoggingFolder
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.

◆ MaxLogFileSize

long MaxLogFileSize
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.