LogParams Class Documentation

classLogParams : SystemIDisposable

Namespace:Datalogics::PDFL

Inherits from:
SystemIDisposable

Detailed Description

Defines the parameters for writing error messages to a log file.

The messages include the date and time, the source of the error, and the error type: debug, info, warning, error, or fatal. This class also defines the log file name and path.

Referenced by

Constructor & Destructor Documentation

LogParams

LogParams(LogParamsrhs, InternalConstructsignifier)

Parameters

signifier: InternalConstruct

LogParams

LogParams()

LogParams constructor which allows to create LogParams instance.

The LogParams object contains all settings required for logging. The log output, log file name and log string format can be configured with it.

~LogParams

~LogParams()

Property Documentation

LogFileName

stringLogFileName[get, set]

LogFormat

stringLogFormat[get, set]

LogOutputFlags

LogOutputFlagsLogOutputFlags[get, set]

Member Function Documentation

ConstructorRetrieve

static LogParamsConstructorRetrieve(System.IntPtrignored)

Parameters

ignored: System.IntPtr

Returns:

LogParams

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void