Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers Unit dependency graph Classes hierarchy graph |
Unit BrookLogger
Uses Functions and Procedures Constants Variables
Description
Logger classes.
Overview
Classes, Interfaces, Objects and Records
Types
Description
Types
TBrookLogOutput = (...); |
Defines an enumerator to represent the logger output kind.
Values
|
TBrookLogType = (...); |
Defines an enumerator to represent the logger event types.
Values
-
ltCustom
-
ltInfo
-
ltWarning
-
ltError
-
ltDebug
|
TBrookLogTypes = set of TBrookLogType; |
Defines a set to represent the logger event types.
|
TBrookLogEvent = procedure(ASender: TObject; const AType: TBrookLogType; const S: string; const ACode: Word; const E: Exception; var AHandled: Boolean) of object; |
Is a type to the log event.
|
Generated by PasDoc 0.15.0.
|