C# Class SimKit.Framework.LoggingContext.ConsoleLoggingContext

Inheritance: ILoggingContext
Afficher le fichier Open project: Abayima/OpenSIMKit

Méthodes publiques

Méthode Description
Debug ( string context, string message ) : void
Error ( string context, Exception exception ) : void
Info ( string context, string message ) : void

Method Details

Debug() public méthode

public Debug ( string context, string message ) : void
context string
message string
Résultat void

Error() public méthode

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

Info() public méthode

public Info ( string context, string message ) : void
context string
message string
Résultat void