C# Class DotNetXri.Loggers.TraceLogger

Inheritance: ILog
Exibir arquivo Open project: AArnott/dotnetxri

Private Properties

Property Type Description
Initialize ILog
TraceLogger System

Public Methods

Method 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

Method 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 method

See ILog.
public Debug ( object message ) : void
message object
return void

Debug() public method

See ILog.
public Debug ( object message, Exception exception ) : void
message object
exception System.Exception
return void

DebugFormat() public method

See ILog.
public DebugFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
return void

DebugFormat() public method

See ILog.
public DebugFormat ( string format ) : void
format string
return void

DebugFormat() public method

See ILog.
public DebugFormat ( string format, object arg0 ) : void
format string
arg0 object
return void

DebugFormat() public method

See ILog.
public DebugFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void

DebugFormat() public method

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

Error() public method

See ILog.
public Error ( object message ) : void
message object
return void

Error() public method

See ILog.
public Error ( object message, Exception exception ) : void
message object
exception System.Exception
return void

ErrorFormat() public method

See ILog.
public ErrorFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
return void

ErrorFormat() public method

See ILog.
public ErrorFormat ( string format ) : void
format string
return void

ErrorFormat() public method

See ILog.
public ErrorFormat ( string format, object arg0 ) : void
format string
arg0 object
return void

ErrorFormat() public method

See ILog.
public ErrorFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void

ErrorFormat() public method

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

Fatal() public method

See ILog.
public Fatal ( object message ) : void
message object
return void

Fatal() public method

See ILog.
public Fatal ( object message, Exception exception ) : void
message object
exception Exception
return void

FatalFormat() public method

See ILog.
public FatalFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
return void

FatalFormat() public method

See ILog.
public FatalFormat ( string format ) : void
format string
return void

FatalFormat() public method

See ILog.
public FatalFormat ( string format, object arg0 ) : void
format string
arg0 object
return void

FatalFormat() public method

See ILog.
public FatalFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void

FatalFormat() public method

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

Info() public method

See ILog.
public Info ( object message ) : void
message object
return void

Info() public method

See ILog.
public Info ( object message, Exception exception ) : void
message object
exception Exception
return void

InfoFormat() public method

See ILog.
public InfoFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
return void

InfoFormat() public method

See ILog.
public InfoFormat ( string format ) : void
format string
return void

InfoFormat() public method

See ILog.
public InfoFormat ( string format, object arg0 ) : void
format string
arg0 object
return void

InfoFormat() public method

See ILog.
public InfoFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void

InfoFormat() public method

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

Warn() public method

See ILog.
public Warn ( object message ) : void
message object
return void

Warn() public method

See ILog.
public Warn ( object message, Exception exception ) : void
message object
exception Exception
return void

WarnFormat() public method

See ILog.
public WarnFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
return void

WarnFormat() public method

See ILog.
public WarnFormat ( string format ) : void
format string
return void

WarnFormat() public method

See ILog.
public WarnFormat ( string format, object arg0 ) : void
format string
arg0 object
return void

WarnFormat() public method

See ILog.
public WarnFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void

WarnFormat() public method

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