C# Class Guidelines.Core.LogPortal

Afficher le fichier Open project: basicdays/Guidelines

Méthodes publiques

Méthode Description
Debug ( string message ) : void
Debug ( string message, Exception exception ) : void
Error ( string message ) : void
Error ( string message, Exception exception ) : void
Fatal ( string message ) : void
Fatal ( string message, Exception exception ) : void
SetLogger ( ILogger logger ) : void
Warning ( string message ) : void
Warning ( string message, Exception exception ) : void

Private Methods

Méthode Description
LogMessage ( Action logFunction ) : void

Method Details

Debug() public static méthode

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

Debug() public static méthode

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

Error() public static méthode

public static Error ( 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 ) : void
message string
Résultat void

Fatal() public static méthode

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

SetLogger() public static méthode

public static SetLogger ( ILogger logger ) : void
logger ILogger
Résultat void

Warning() public static méthode

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

Warning() public static méthode

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