Class TBrookLoggerLevels
Unit
Declaration
type TBrookLoggerLevels = class(TPersistent)
Description
Class that retains the log levels.
Hierarchy
- TObject
- TPersistent
- TBrookLoggerLevels
Overview
Methods
constructor Create; virtual; |
|
procedure Assign(ASource: TPersistent); override; |
Properties
property Info: string read FInfo write FInfo stored IsInfoStored; |
|
property Hint: string read FHint write FHint stored IsHintStored; |
|
property Warn: string read FWarn write FWarn stored IsWarnStored; |
|
property Debug: string read FDebug write FDebug stored IsDebugStored; |
|
property Error: string read FError write FError stored IsErrorStored; |
Description
Methods
constructor Create; virtual; |
|
Creates an instance of |
procedure Assign(ASource: TPersistent); override; |
|
Copies the properties of the source levels. Parameters
|
Properties
property Info: string read FInfo write FInfo stored IsInfoStored; |
|
Level message for information log. |
property Hint: string read FHint write FHint stored IsHintStored; |
|
Level message for |
property Warn: string read FWarn write FWarn stored IsWarnStored; |
|
Level message for warning log. |
property Debug: string read FDebug write FDebug stored IsDebugStored; |
|
Level message for |
property Error: string read FError write FError stored IsErrorStored; |
|
Level message for |
Generated by PasDoc 0.16.0.