C# Class Dts.Infrastructure.Logging.NLogLogger

Inheritance: ILogger
Mostrar archivo Open project: dtsagile/backbone-demo

Public Methods

Method Description
Debug ( string message ) : void
Error ( Exception x ) : void
Error ( string message ) : void
Fatal ( Exception x ) : void
Fatal ( string message ) : void
Info ( string message ) : void
NLogLogger ( ) : System
Warn ( string message ) : void

Method Details

Debug() public method

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

Error() public method

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

Error() public method

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

Fatal() public method

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

Fatal() public method

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

Info() public method

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

NLogLogger() public method

public NLogLogger ( ) : System
return System

Warn() public method

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