ILogger Interface

Represents type ILogger.

Namespace: Spring.Logging
type
 ILogger = interface(ILoggerBase)
 ['{8655E906-C12D-4EB3-8291-30CEAB769B26}']
 end;

The ILogger type exposes the following members.

Show:
 NameDescription
Enabled

Represents property Enabled. (Inherited from ILoggerBase.)

EventTypes

Represents property EventTypes. (Inherited from ILoggerBase.)

Levels

Represents property Levels. (Inherited from ILoggerBase.)

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).

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).

GetEnabled

Represents method GetEnabled. (Inherited from ILoggerBase.)

GetEventTypes

Represents method GetEventTypes. (Inherited from ILoggerBase.)

GetLevels

Represents method GetLevels. (Inherited from ILoggerBase.)

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 ILoggerBase.)

IsEnabled(TLogLevel,TLogEventTypes)

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

IsErrorEnabled

Represents method IsErrorEnabled. (Inherited from ILoggerBase.)

IsFatalEnabled

Represents method IsFatalEnabled. (Inherited from ILoggerBase.)

IsInfoEnabled

Represents method IsInfoEnabled. (Inherited from ILoggerBase.)

IsTextEnabled

Represents method IsTextEnabled. (Inherited from ILoggerBase.)

IsTraceEnabled

Represents method IsTraceEnabled. (Inherited from ILoggerBase.)

IsWarnEnabled

Represents method IsWarnEnabled. (Inherited from ILoggerBase.)

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