TLogger Class

Represents type TLogger.

Namespace: Spring.Logging.Loggers
TInterfacedObject
  Spring.Logging.Loggers.TLoggerBase
    Spring.Logging.Loggers.TLogger
type
 TLogger = class(TLoggerBase, ILogger, ILogAppender)
 end;

The TLogger type exposes the following members.

Show:
 NameDescription
Create(ILoggerController)

Initializes a new instance of the TLogger class.

Top
Show:
 NameDescription
DefaultLevel

Represents property DefaultLevel. (Inherited from TLoggerBase.)

Enabled

Represents property Enabled. (Inherited from TLoggerBase.)

EventTypes

Represents property EventTypes. (Inherited from TLoggerBase.)

Levels

Represents property Levels. (Inherited from TLoggerBase.)

Top
Show:
 NameDescription
Debug(string)

Overloaded. Represents method Debug(string).

Debug(string,Exception)

Overloaded. Represents method Debug(string,Exception).

Debug(string,TVarRec[])

Overloaded. Represents method Debug(string,TVarRec[]).

Debug(string,TVarRec[],Exception)

Overloaded. Represents method Debug(string,TVarRec[],Exception).

DoLog(TLogEvent)

Represents method DoLog(TLogEvent).

Enter(string)

Overloaded. Represents method Enter(string).

Enter(TClass,string)

Overloaded. Represents method Enter(TClass,string).

Enter(TLogLevel,TClass,string)

Overloaded. Represents method Enter(TLogLevel,TClass,string).

Enter(TObject,string)

Overloaded. Represents method Enter(TObject,string).

Error(string)

Overloaded. Represents method Error(string).

Error(string,Exception)

Overloaded. Represents method Error(string,Exception).

Error(string,TVarRec[])

Overloaded. Represents method Error(string,TVarRec[]).

Error(string,TVarRec[],Exception)

Overloaded. Represents method Error(string,TVarRec[],Exception).

Fatal(string)

Overloaded. Represents method Fatal(string).

Fatal(string,Exception)

Overloaded. Represents method Fatal(string,Exception).

Fatal(string,TVarRec[])

Overloaded. Represents method Fatal(string,TVarRec[]).

Fatal(string,TVarRec[],Exception)

Overloaded. Represents method Fatal(string,TVarRec[],Exception).

Info(string)

Overloaded. Represents method Info(string).

Info(string,Exception)

Overloaded. Represents method Info(string,Exception).

Info(string,TVarRec[])

Overloaded. Represents method Info(string,TVarRec[]).

Info(string,TVarRec[],Exception)

Overloaded. Represents method Info(string,TVarRec[],Exception).

IsDebugEnabled

Represents method IsDebugEnabled. (Inherited from TLoggerBase.)

IsEnabled(TLogLevel,TLogEventTypes)

Returns true if level is enabled and any of the eventTypes is enabled or false otherwise. (Inherited from TLoggerBase.)

IsErrorEnabled

Represents method IsErrorEnabled. (Inherited from TLoggerBase.)

IsFatalEnabled

Represents method IsFatalEnabled. (Inherited from TLoggerBase.)

IsInfoEnabled

Represents method IsInfoEnabled. (Inherited from TLoggerBase.)

IsTextEnabled

Represents method IsTextEnabled. (Inherited from TLoggerBase.)

IsTraceEnabled

Represents method IsTraceEnabled. (Inherited from TLoggerBase.)

IsWarnEnabled

Represents method IsWarnEnabled. (Inherited from TLoggerBase.)

Leave(string)

Overloaded. Represents method Leave(string).

Leave(TClass,string)

Overloaded. Represents method Leave(TClass,string).

Leave(TLogLevel,TClass,string)

Overloaded. Represents method Leave(TLogLevel,TClass,string).

Leave(TObject,string)

Overloaded. Represents method Leave(TObject,string).

Log(string)

Overloaded. Represents method Log(string).

Log(string,Exception)

Overloaded. Represents method Log(string,Exception).

Log(string,TVarRec[])

Overloaded. Represents method Log(string,TVarRec[]).

Log(string,TVarRec[],Exception)

Overloaded. Represents method Log(string,TVarRec[],Exception).

Log(TLogEvent)

Overloaded. Represents method Log(TLogEvent).

Log(TLogLevel,string)

Overloaded. Represents method Log(TLogLevel,string).

Log(TLogLevel,string,Exception)

Overloaded. Represents method Log(TLogLevel,string,Exception).

Log(TLogLevel,string,TVarRec[])

Overloaded. Represents method Log(TLogLevel,string,TVarRec[]).

Log(TLogLevel,string,TVarRec[],Exception)

Overloaded. Represents method Log(TLogLevel,string,TVarRec[],Exception).

LogValue(string,TValue)

Overloaded. Represents method LogValue(string,TValue).

LogValue(TLogLevel,string,TValue)

Overloaded. Represents method LogValue(TLogLevel,string,TValue).

Text(string)

Overloaded. Represents method Text(string).

Text(string,Exception)

Overloaded. Represents method Text(string,Exception).

Text(string,TVarRec[])

Overloaded. Represents method Text(string,TVarRec[]).

Text(string,TVarRec[],Exception)

Overloaded. Represents method Text(string,TVarRec[],Exception).

Trace(string)

Overloaded. Represents method Trace(string).

Trace(string,Exception)

Overloaded. Represents method Trace(string,Exception).

Trace(string,TVarRec[])

Overloaded. Represents method Trace(string,TVarRec[]).

Trace(string,TVarRec[],Exception)

Overloaded. Represents method Trace(string,TVarRec[],Exception).

Track(TClass,string)

Overloaded. Represents method Track(TClass,string).

Track(TLogLevel,TClass,string)

Overloaded. Represents method Track(TLogLevel,TClass,string).

Track(TObject,string)

Overloaded. Represents method Track(TObject,string).

Warn(string)

Overloaded. Represents method Warn(string).

Warn(string,Exception)

Overloaded. Represents method Warn(string,Exception).

Warn(string,TVarRec[])

Overloaded. Represents method Warn(string,TVarRec[]).

Warn(string,TVarRec[],Exception)

Overloaded. Represents method Warn(string,TVarRec[],Exception).

Top
Show:
 NameDescription
fController

Represents field fController.

Top