C# Class NAPS2.DI.NLogLogger

Inheritance: Util.ILogger
Mostrar archivo Open project: cyanfish/naps2

Public Methods

Method Description
Error ( string message ) : void
ErrorException ( string message, Exception exception ) : void
FatalException ( string message, Exception exception ) : void
NLogLogger ( ) : System

Method Details

Error() public method

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

ErrorException() public method

public ErrorException ( string message, Exception exception ) : void
message string
exception System.Exception
return void

FatalException() public method

public FatalException ( string message, Exception exception ) : void
message string
exception System.Exception
return void

NLogLogger() public method

public NLogLogger ( ) : System
return System