C# Class NZBDash.Common.NLogLogger

Inheritance: NZBDash.Common.Interfaces.ILogger
Mostrar archivo Open project: NZBDash/NZBDash Class Usage Examples

Public Methods

Method Description
Debug ( string message ) : void
Error ( Exception x ) : void
Error ( Exception x, string message ) : void
Error ( string message ) : void
Error ( string message, Exception x ) : void
Fatal ( Exception x ) : void
Fatal ( Exception x, string message ) : void
Fatal ( string message ) : void
Info ( string message ) : void
NLogLogger ( Type t ) : System
Trace ( string message ) : void
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 ( Exception x, string message ) : void
x System.Exception
message string
return void

Error() public method

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

Error() public method

public Error ( string message, Exception x ) : void
message string
x System.Exception
return void

Fatal() public method

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

Fatal() public method

public Fatal ( Exception x, string message ) : void
x System.Exception
message string
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 ( Type t ) : System
t System.Type
return System

Trace() public method

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

Warn() public method

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