C# Класс Crow.Library.Logger.DefaultLogger

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

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

Метод Описание
Debug ( Func messageFactory ) : void
Debug ( string message ) : void
Debug ( string message, System exception ) : void
DebugFormat ( System exception, System formatProvider, string format ) : void
DebugFormat ( System exception, string format ) : void
DebugFormat ( string format ) : void
Error ( System messageFactory ) : void
Error ( string message ) : void
Error ( string message, System exception ) : void
ErrorFormat ( System exception, System formatProvider, string format ) : void
ErrorFormat ( System exception, string format ) : void
ErrorFormat ( string format ) : void
Fatal ( System messageFactory ) : void
Fatal ( string message ) : void
Fatal ( string message, System exception ) : void
FatalFormat ( System exception, System formatProvider, string format ) : void
FatalFormat ( System exception, string format ) : void
FatalFormat ( string format ) : void
Info ( System messageFactory ) : void
Info ( string message ) : void
Info ( string message, System exception ) : void
InfoFormat ( System exception, System formatProvider, string format ) : void
InfoFormat ( System exception, string format ) : void
InfoFormat ( string format ) : void
Warn ( System messageFactory ) : void
Warn ( string message ) : void
Warn ( string message, System exception ) : void
WarnFormat ( System exception, System formatProvider, string format ) : void
WarnFormat ( System exception, string format ) : void
WarnFormat ( string format ) : void

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

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

public Debug ( Func messageFactory ) : void
messageFactory Func
Результат void

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

public Debug ( string message ) : void
message string
Результат void

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

public Debug ( string message, System exception ) : void
message string
exception System
Результат void

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

public DebugFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
Результат void

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

public DebugFormat ( System exception, string format ) : void
exception System
format string
Результат void

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

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

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

public Error ( System messageFactory ) : void
messageFactory System
Результат void

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

public Error ( string message ) : void
message string
Результат void

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

public Error ( string message, System exception ) : void
message string
exception System
Результат void

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

public ErrorFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
Результат void

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

public ErrorFormat ( System exception, string format ) : void
exception System
format string
Результат void

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

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

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

public Fatal ( System messageFactory ) : void
messageFactory System
Результат void

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

public Fatal ( string message ) : void
message string
Результат void

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

public Fatal ( string message, System exception ) : void
message string
exception System
Результат void

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

public FatalFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
Результат void

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

public FatalFormat ( System exception, string format ) : void
exception System
format string
Результат void

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

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

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

public Info ( System messageFactory ) : void
messageFactory System
Результат void

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

public Info ( string message ) : void
message string
Результат void

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

public Info ( string message, System exception ) : void
message string
exception System
Результат void

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

public InfoFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
Результат void

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

public InfoFormat ( System exception, string format ) : void
exception System
format string
Результат void

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

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

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

public Warn ( System messageFactory ) : void
messageFactory System
Результат void

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

public Warn ( string message ) : void
message string
Результат void

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

public Warn ( string message, System exception ) : void
message string
exception System
Результат void

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

public WarnFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
Результат void

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

public WarnFormat ( System exception, string format ) : void
exception System
format string
Результат void

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

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