Class TBrookLoggerOutputFile
Unit
Declaration
type TBrookLoggerOutputFile = class(TBrookLoggerOutput)
Description
Class for file logger output.
Hierarchy
- TObject
- TPersistent
- TBrookLoggerOutput
- TBrookLoggerOutputFile
Overview
Methods
![]() |
procedure AfterConstruction; override; |
![]() |
destructor Destroy; override; |
![]() |
class function GetName: string; override; |
![]() |
procedure Log(const ALevel, AMessage: string); override; |
![]() |
procedure Fail(const ALevel: string; AException: Exception); override; |
Properties
![]() |
property Directory: string read FDirectory write SetDirectory; |
![]() |
property FileName: TFileName read FFileName; |
Description
Methods
![]() |
procedure AfterConstruction; override; |
|
Method triggered after the constructor is called. | |
![]() |
destructor Destroy; override; |
|
Destroys an instance of | |
![]() |
class function GetName: string; override; |
|
Returns the name for output source. ReturnsOutput source name. | |
![]() |
procedure Log(const ALevel, AMessage: string); override; |
|
Appends a message to the output Parameters
| |
![]() |
procedure Fail(const ALevel: string; AException: Exception); override; |
|
Appends an exception message to the output log. Parameters | |
Properties
![]() |
property Directory: string read FDirectory write SetDirectory; |
|
Specifies the output | |
![]() |
property FileName: TFileName read FFileName; |
|
Generated absolute | |
Generated by PasDoc 0.16.0.
