C# Класс DotNetXri.Loggers.TraceLogger

Наследование: ILog
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Initialize ILog
TraceLogger System

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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

Описание методов

Debug() публичный Метод

See ILog.
public Debug ( object message ) : void
message object
Результат void

Debug() публичный Метод

See ILog.
public Debug ( object message, Exception exception ) : void
message object
exception System.Exception
Результат void

DebugFormat() публичный Метод

See ILog.
public DebugFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
Результат void

DebugFormat() публичный Метод

See ILog.
public DebugFormat ( string format ) : void
format string
Результат void

DebugFormat() публичный Метод

See ILog.
public DebugFormat ( string format, object arg0 ) : void
format string
arg0 object
Результат void

DebugFormat() публичный Метод

See ILog.
public DebugFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Результат void

DebugFormat() публичный Метод

See ILog.
public DebugFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Результат void

Error() публичный Метод

See ILog.
public Error ( object message ) : void
message object
Результат void

Error() публичный Метод

See ILog.
public Error ( object message, Exception exception ) : void
message object
exception System.Exception
Результат void

ErrorFormat() публичный Метод

See ILog.
public ErrorFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
Результат void

ErrorFormat() публичный Метод

See ILog.
public ErrorFormat ( string format ) : void
format string
Результат void

ErrorFormat() публичный Метод

See ILog.
public ErrorFormat ( string format, object arg0 ) : void
format string
arg0 object
Результат void

ErrorFormat() публичный Метод

See ILog.
public ErrorFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Результат void

ErrorFormat() публичный Метод

See ILog.
public ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Результат void

Fatal() публичный Метод

See ILog.
public Fatal ( object message ) : void
message object
Результат void

Fatal() публичный Метод

See ILog.
public Fatal ( object message, Exception exception ) : void
message object
exception Exception
Результат void

FatalFormat() публичный Метод

See ILog.
public FatalFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
Результат void

FatalFormat() публичный Метод

See ILog.
public FatalFormat ( string format ) : void
format string
Результат void

FatalFormat() публичный Метод

See ILog.
public FatalFormat ( string format, object arg0 ) : void
format string
arg0 object
Результат void

FatalFormat() публичный Метод

See ILog.
public FatalFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Результат void

FatalFormat() публичный Метод

See ILog.
public FatalFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Результат void

Info() публичный Метод

See ILog.
public Info ( object message ) : void
message object
Результат void

Info() публичный Метод

See ILog.
public Info ( object message, Exception exception ) : void
message object
exception Exception
Результат void

InfoFormat() публичный Метод

See ILog.
public InfoFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
Результат void

InfoFormat() публичный Метод

See ILog.
public InfoFormat ( string format ) : void
format string
Результат void

InfoFormat() публичный Метод

See ILog.
public InfoFormat ( string format, object arg0 ) : void
format string
arg0 object
Результат void

InfoFormat() публичный Метод

See ILog.
public InfoFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Результат void

InfoFormat() публичный Метод

See ILog.
public InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Результат void

Warn() публичный Метод

See ILog.
public Warn ( object message ) : void
message object
Результат void

Warn() публичный Метод

See ILog.
public Warn ( object message, Exception exception ) : void
message object
exception Exception
Результат void

WarnFormat() публичный Метод

See ILog.
public WarnFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
Результат void

WarnFormat() публичный Метод

See ILog.
public WarnFormat ( string format ) : void
format string
Результат void

WarnFormat() публичный Метод

See ILog.
public WarnFormat ( string format, object arg0 ) : void
format string
arg0 object
Результат void

WarnFormat() публичный Метод

See ILog.
public WarnFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Результат void

WarnFormat() публичный Метод

See ILog.
public WarnFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Результат void