LoggerPro (1.0)A simple, pluggable and modern logging framework for Delphi
Interface ILogWriter
Unit
LoggerPro
Declaration
type ILogWriter = interface(IInterface)
Description
Attributes
- GUID['{A717A040-4493-458F-91B2-6F6E2AFB496F}']
Hierarchy
Overview
Methods
|
procedure Debug(aMessage: string; aTag: string); |
|
procedure DebugFmt(aMessage: string; aParams: array of const; aTag: string); |
|
procedure Info(aMessage: string; aTag: string); |
|
procedure InfoFmt(aMessage: string; aParams: array of const; aTag: string); |
|
procedure Warn(aMessage: string; aTag: string); |
|
procedure WarnFmt(aMessage: string; aParams: array of const; aTag: string); |
|
procedure Error(aMessage: string; aTag: string); |
|
procedure ErrorFmt(aMessage: string; aParams: array of const; aTag: string); |
|
procedure Log(aType: TLogType; aMessage: string; aTag: string); |
|
function GetAppendersClassNames: TArray<string>; |
|
function GetAppenderStatus(const AppenderName: string): string; |
|
function GetAppenders(const Index: Integer): ILogAppender; |
|
function AppendersCount(): Integer; |
Properties
Description
Methods
|
procedure Debug(aMessage: string; aTag: string); |
|
|
procedure DebugFmt(aMessage: string; aParams: array of const; aTag: string); |
|
|
procedure Info(aMessage: string; aTag: string); |
|
|
procedure InfoFmt(aMessage: string; aParams: array of const; aTag: string); |
|
|
procedure Warn(aMessage: string; aTag: string); |
|
|
procedure WarnFmt(aMessage: string; aParams: array of const; aTag: string); |
|
|
procedure Error(aMessage: string; aTag: string); |
|
|
procedure ErrorFmt(aMessage: string; aParams: array of const; aTag: string); |
|
|
procedure Log(aType: TLogType; aMessage: string; aTag: string); |
|
|
function GetAppendersClassNames: TArray<string>; |
|
|
function GetAppenderStatus(const AppenderName: string): string; |
|
|
function AppendersCount(): Integer; |
|
Properties
Copyright 2016 Daniele Teti
Generated by PasDoc 0.14.0.
|