Description | Hierarchy | Fields | Methods | Properties |
type TLogger = class(TReferenceCounted)
Interface for logging messages, warnings and errors.
![]() |
procedure Log(const Text, Hint: StringType; Level: TLogLevel = llInformation); overload; inline; |
![]() |
procedure Log(const Text: StringType; Level: TLogLevel = llInformation); overload; inline; |
![]() |
property LogLevel: TLogLevel read GetLogLevel write SetLogLevel; |
![]() |
procedure Log(const Text, Hint: StringType; Level: TLogLevel = llInformation); overload; inline; |
Prints out a text into the Parameters
|
![]() |
procedure Log(const Text: StringType; Level: TLogLevel = llInformation); overload; inline; |
Prints out a text into the log. Parameters
|
![]() |
property LogLevel: TLogLevel read GetLogLevel write SetLogLevel; |
The current set log level. |