C# Class Centreon_EventLog_2_Syslog.DebugInformations

Get informations about debogging option
Show file Open project: centreon/centreon-E2S Class Usage Examples

Public Methods

Method Description
DebugInformations ( ) : System

Simple Constructor, set default value: level=0, verbose=0, maxSize=10, fileNumber=5, dateTimeInName=true

DebugInformations ( Int32 level, Int32 verbose, Int32 maxSize, Int32 fileNumber, System.Boolean dateTimeInName ) : System

Method Details

DebugInformations() public method

Simple Constructor, set default value: level=0, verbose=0, maxSize=10, fileNumber=5, dateTimeInName=true
public DebugInformations ( ) : System
return System

DebugInformations() public method

public DebugInformations ( Int32 level, Int32 verbose, Int32 maxSize, Int32 fileNumber, System.Boolean dateTimeInName ) : System
level System.Int32 1 to active debug
verbose System.Int32 [0-2] verbose option
maxSize System.Int32 Max size of log file before rotation
fileNumber System.Int32 Number of file keep
dateTimeInName System.Boolean Include datetime in log file name
return System