Class TxomLogItems
Unit
xomLogging
Declaration
type TxomLogItems = class(TXOMClass)
Description
TxomLogItems
Hierarchy
Overview
Methods
Properties
 |
property LogName: WideString read FLogName write FLogName; |
 |
property LogType: TxomLogType read FLogType write FLogType; |
 |
property Enabled: Boolean read FEnabled write FEnabled; |
 |
property FileName: WideString read FFileName write SetFileName; |
 |
property Text: WideString read GetText; |
 |
property Items[AIndex:Integer]: TxomLogItem read GetItem write SetItem; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure Lock; virtual; |
|
|
 |
procedure Unlock; virtual; |
|
|
 |
function LogText (const ACaption, AText: WideString; ALevel: Integer = 0): TxomLogItem; virtual; |
|
|
 |
function LogMetric(const AMetricName: WideString; ACount: Double; ATags: TxomLogTags; ALevel: Integer = 0): TxomLogItem; virtual; |
|
|
 |
procedure DumpToFile (const AFileName: WideString); virtual; |
|
|
 |
function HasContent: Boolean; virtual; |
|
|
 |
procedure Reset; virtual; |
|
|
 |
procedure CloseLogStream; virtual; |
|
|
Properties
 |
property LogName: WideString read FLogName write FLogName; |
|
|
 |
property LogType: TxomLogType read FLogType write FLogType; |
|
|
 |
property Enabled: Boolean read FEnabled write FEnabled; |
|
|
 |
property FileName: WideString read FFileName write SetFileName; |
|
|
 |
property Text: WideString read GetText; |
|
|
 |
property Items[AIndex:Integer]: TxomLogItem read GetItem write SetItem; |
|
|
Generated by PasDoc 0.15.0.
|