TNullLogger Class

Logger that does nothing and does it in fastes way possible.

Namespace: Spring.Logging.NullLogger
TInterfacedObject
  Spring.Logging.NullLogger.TNullLogger
type
 TNullLogger = class(TInterfacedObject, ILogger)
 end;

The TNullLogger type exposes the following members.

Show:
 NameDescription
Create@

Represents the static constructor of the TNullLogger class.

Top
Show:
 NameDescription
GlobalInstance

Represents property GlobalInstance.

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.

GetEventTypes

Represents method GetEventTypes.

GetLevels

Represents method GetLevels.

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.

IsEnabled(TLogLevel,TLogEventTypes)

Returns true if level is enabled and any of the eventTypes is enabled or false otherwise.

IsErrorEnabled

Represents method IsErrorEnabled.

IsFatalEnabled

Represents method IsFatalEnabled.

IsInfoEnabled

Represents method IsInfoEnabled.

IsTextEnabled

Represents method IsTextEnabled.

IsTraceEnabled

Represents method IsTraceEnabled.

IsWarnEnabled

Represents method IsWarnEnabled.

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
fGlobalInstance

Represents field fGlobalInstance.

Top