C# Class LogService.Logger

Mostrar archivo Open project: Confirmit/Students

Public Methods

Method Description
Debug ( string message ) : void
Error ( string message, Exception exception ) : void
Fatal ( string message, Exception exception ) : void
Info ( string message ) : void
Warn ( string message ) : void
Warn ( string message, Exception exception ) : void

Private Methods

Method Description
Logger ( ) : System

Method Details

Debug() public static method

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

Error() public static method

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

Fatal() public static method

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

Info() public static method

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

Warn() public static method

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

Warn() public static method

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