C# Class DotNetXri.Loggers.TraceLogger

Inheritance: ILog
Afficher le fichier Open project: AArnott/dotnetxri

Private Properties

Свойство Type Description
Initialize ILog
TraceLogger System

Méthodes publiques

Méthode Description
Debug ( object message ) : void

See ILog.

Debug ( object message, Exception exception ) : void

See ILog.

DebugFormat ( IFormatProvider provider, string format ) : void

See ILog.

DebugFormat ( string format ) : void

See ILog.

DebugFormat ( string format, object arg0 ) : void

See ILog.

DebugFormat ( string format, object arg0, object arg1 ) : void

See ILog.

DebugFormat ( string format, object arg0, object arg1, object arg2 ) : void

See ILog.

Error ( object message ) : void

See ILog.

Error ( object message, Exception exception ) : void

See ILog.

ErrorFormat ( IFormatProvider provider, string format ) : void

See ILog.

ErrorFormat ( string format ) : void

See ILog.

ErrorFormat ( string format, object arg0 ) : void

See ILog.

ErrorFormat ( string format, object arg0, object arg1 ) : void

See ILog.

ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void

See ILog.

Fatal ( object message ) : void

See ILog.

Fatal ( object message, Exception exception ) : void

See ILog.

FatalFormat ( IFormatProvider provider, string format ) : void

See ILog.

FatalFormat ( string format ) : void

See ILog.

FatalFormat ( string format, object arg0 ) : void

See ILog.

FatalFormat ( string format, object arg0, object arg1 ) : void

See ILog.

FatalFormat ( string format, object arg0, object arg1, object arg2 ) : void

See ILog.

Info ( object message ) : void

See ILog.

Info ( object message, Exception exception ) : void

See ILog.

InfoFormat ( IFormatProvider provider, string format ) : void

See ILog.

InfoFormat ( string format ) : void

See ILog.

InfoFormat ( string format, object arg0 ) : void

See ILog.

InfoFormat ( string format, object arg0, object arg1 ) : void

See ILog.

InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void

See ILog.

Warn ( object message ) : void

See ILog.

Warn ( object message, Exception exception ) : void

See ILog.

WarnFormat ( IFormatProvider provider, string format ) : void

See ILog.

WarnFormat ( string format ) : void

See ILog.

WarnFormat ( string format, object arg0 ) : void

See ILog.

WarnFormat ( string format, object arg0, object arg1 ) : void

See ILog.

WarnFormat ( string format, object arg0, object arg1, object arg2 ) : void

See ILog.

Private Methods

Méthode Description
Initialize ( string name ) : ILog

Returns a new logger that uses the System.Diagnostics.Trace class if sufficient CAS permissions are granted to use it, otherwise returns false.

TraceLogger ( string name ) : System

Method Details

Debug() public méthode

See ILog.
public Debug ( object message ) : void
message object
Résultat void

Debug() public méthode

See ILog.
public Debug ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

DebugFormat() public méthode

See ILog.
public DebugFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
Résultat void

DebugFormat() public méthode

See ILog.
public DebugFormat ( string format ) : void
format string
Résultat void

DebugFormat() public méthode

See ILog.
public DebugFormat ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

DebugFormat() public méthode

See ILog.
public DebugFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

DebugFormat() public méthode

See ILog.
public DebugFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Résultat void

Error() public méthode

See ILog.
public Error ( object message ) : void
message object
Résultat void

Error() public méthode

See ILog.
public Error ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

ErrorFormat() public méthode

See ILog.
public ErrorFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
Résultat void

ErrorFormat() public méthode

See ILog.
public ErrorFormat ( string format ) : void
format string
Résultat void

ErrorFormat() public méthode

See ILog.
public ErrorFormat ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

ErrorFormat() public méthode

See ILog.
public ErrorFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

ErrorFormat() public méthode

See ILog.
public ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Résultat void

Fatal() public méthode

See ILog.
public Fatal ( object message ) : void
message object
Résultat void

Fatal() public méthode

See ILog.
public Fatal ( object message, Exception exception ) : void
message object
exception Exception
Résultat void

FatalFormat() public méthode

See ILog.
public FatalFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
Résultat void

FatalFormat() public méthode

See ILog.
public FatalFormat ( string format ) : void
format string
Résultat void

FatalFormat() public méthode

See ILog.
public FatalFormat ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

FatalFormat() public méthode

See ILog.
public FatalFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

FatalFormat() public méthode

See ILog.
public FatalFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Résultat void

Info() public méthode

See ILog.
public Info ( object message ) : void
message object
Résultat void

Info() public méthode

See ILog.
public Info ( object message, Exception exception ) : void
message object
exception Exception
Résultat void

InfoFormat() public méthode

See ILog.
public InfoFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
Résultat void

InfoFormat() public méthode

See ILog.
public InfoFormat ( string format ) : void
format string
Résultat void

InfoFormat() public méthode

See ILog.
public InfoFormat ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

InfoFormat() public méthode

See ILog.
public InfoFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

InfoFormat() public méthode

See ILog.
public InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Résultat void

Warn() public méthode

See ILog.
public Warn ( object message ) : void
message object
Résultat void

Warn() public méthode

See ILog.
public Warn ( object message, Exception exception ) : void
message object
exception Exception
Résultat void

WarnFormat() public méthode

See ILog.
public WarnFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
Résultat void

WarnFormat() public méthode

See ILog.
public WarnFormat ( string format ) : void
format string
Résultat void

WarnFormat() public méthode

See ILog.
public WarnFormat ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

WarnFormat() public méthode

See ILog.
public WarnFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

WarnFormat() public méthode

See ILog.
public WarnFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Résultat void