C# Class Crow.Library.Logger.DefaultLogger

Inheritance: ILog
Show file Open project: msusur/Crowfx

Public Methods

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

Method Details

Debug() public method

public Debug ( Func messageFactory ) : void
messageFactory Func
return void

Debug() public method

public Debug ( string message ) : void
message string
return void

Debug() public method

public Debug ( string message, System exception ) : void
message string
exception System
return void

DebugFormat() public method

public DebugFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
return void

DebugFormat() public method

public DebugFormat ( System exception, string format ) : void
exception System
format string
return void

DebugFormat() public method

public DebugFormat ( string format ) : void
format string
return void

Error() public method

public Error ( System messageFactory ) : void
messageFactory System
return void

Error() public method

public Error ( string message ) : void
message string
return void

Error() public method

public Error ( string message, System exception ) : void
message string
exception System
return void

ErrorFormat() public method

public ErrorFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
return void

ErrorFormat() public method

public ErrorFormat ( System exception, string format ) : void
exception System
format string
return void

ErrorFormat() public method

public ErrorFormat ( string format ) : void
format string
return void

Fatal() public method

public Fatal ( System messageFactory ) : void
messageFactory System
return void

Fatal() public method

public Fatal ( string message ) : void
message string
return void

Fatal() public method

public Fatal ( string message, System exception ) : void
message string
exception System
return void

FatalFormat() public method

public FatalFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
return void

FatalFormat() public method

public FatalFormat ( System exception, string format ) : void
exception System
format string
return void

FatalFormat() public method

public FatalFormat ( string format ) : void
format string
return void

Info() public method

public Info ( System messageFactory ) : void
messageFactory System
return void

Info() public method

public Info ( string message ) : void
message string
return void

Info() public method

public Info ( string message, System exception ) : void
message string
exception System
return void

InfoFormat() public method

public InfoFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
return void

InfoFormat() public method

public InfoFormat ( System exception, string format ) : void
exception System
format string
return void

InfoFormat() public method

public InfoFormat ( string format ) : void
format string
return void

Warn() public method

public Warn ( System messageFactory ) : void
messageFactory System
return void

Warn() public method

public Warn ( string message ) : void
message string
return void

Warn() public method

public Warn ( string message, System exception ) : void
message string
exception System
return void

WarnFormat() public method

public WarnFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
return void

WarnFormat() public method

public WarnFormat ( System exception, string format ) : void
exception System
format string
return void

WarnFormat() public method

public WarnFormat ( string format ) : void
format string
return void