C# Class CostEffectiveCode.NLog.Logger

Inheritance: CostEffectiveCode.Common.ILogger
Exibir arquivo Open project: hightechtoday/costeffectivecode

Public Methods

Method Description
Debug ( string message ) : void
DebugFormat ( string message ) : void
Error ( Exception exception ) : void
Error ( object message ) : void
Error ( string unexpectedError, Exception exception ) : void
ErrorFormat ( string message ) : void
Fatal ( Exception exception ) : void
Info ( string message ) : void
Logger ( ) : System
Warning ( string message ) : void

Method Details

Debug() public method

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

DebugFormat() public method

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

Error() public method

public Error ( Exception exception ) : void
exception System.Exception
return void

Error() public method

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

Error() public method

public Error ( string unexpectedError, Exception exception ) : void
unexpectedError string
exception System.Exception
return void

ErrorFormat() public method

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

Fatal() public method

public Fatal ( Exception exception ) : void
exception System.Exception
return void

Info() public method

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

Logger() public method

public Logger ( ) : System
return System

Warning() public method

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