C# Class LogService.Logger

Afficher le fichier Open project: Confirmit/Students

Méthodes publiques

Méthode 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

Méthode Description
Logger ( ) : System

Method Details

Debug() public static méthode

public static Debug ( string message ) : void
message string
Résultat void

Error() public static méthode

public static Error ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

Fatal() public static méthode

public static Fatal ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

Info() public static méthode

public static Info ( string message ) : void
message string
Résultat void

Warn() public static méthode

public static Warn ( string message ) : void
message string
Résultat void

Warn() public static méthode

public static Warn ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void