TLogLevel Enumeration

Represents type TLogLevel.

Namespace: Spring.Logging
type
 TLogLevel = (
 Unknown,
 Trace,
 Debug,
 Text,
 Info,
 Warn,
 Error,
 Fatal
 );

The TLogLevel type exposes the following members.

Show:
 NameDescription
Debug

Represents constant Debug.

Error

Represents constant Error.

Fatal

Represents constant Fatal.

Info

Represents constant Info.

Text

Represents constant Text.

Trace

Represents constant Trace.

Unknown

Excluded from all states and should never be used!

Warn

Represents constant Warn.

Top