Class TJCoreAbstractLogger
Unit
JCoreLogger
Declaration
type TJCoreAbstractLogger = class(TInterfacedObject, IJCoreLogger)
Description
Hierarchy
- TInterfacedObject
- TJCoreAbstractLogger
Overview
Methods
 |
procedure Trace(const AMsg: string; const AException: Exception = nil); |
 |
procedure Debug(const AMsg: string; const AException: Exception = nil); |
 |
procedure Info(const AMsg: string; const AException: Exception = nil); |
 |
procedure Warn(const AMsg: string; const AException: Exception = nil); |
 |
procedure Error(const AMsg: string; const AException: Exception = nil); |
 |
procedure Fatal(const AMsg: string; const AException: Exception = nil); |
Description
Methods
 |
procedure Trace(const AMsg: string; const AException: Exception = nil); |
|
 |
procedure Debug(const AMsg: string; const AException: Exception = nil); |
|
 |
procedure Info(const AMsg: string; const AException: Exception = nil); |
|
 |
procedure Warn(const AMsg: string; const AException: Exception = nil); |
|
 |
procedure Error(const AMsg: string; const AException: Exception = nil); |
|
 |
procedure Fatal(const AMsg: string; const AException: Exception = nil); |
|
Generated by PasDoc 0.14.0.
|