C# Class Site.Infrastructure.Logging.NLogLogger

Inheritance: ILogger
ファイルを表示 Open project: dancoppock/MVC3-Starter-Site

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