Centreon_EventLog_2_Syslog.DebugInformations.DebugInformations C# (CSharp) Method

DebugInformations() public method

Simple Constructor, set default value: level=0, verbose=0, maxSize=10, fileNumber=5, dateTimeInName=true
public DebugInformations ( ) : System
return System
        public DebugInformations()
        {
            this._Level = 0;
            this._Versobe = 0;
            this._MaxSize = 10;
            this._FileNumber = 5;
            this._DateTimeInName = true;
        }

Same methods

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