C# Class NHS111.Utils.Logging.Log4Net

Afficher le fichier Open project: NHSChoices/nhs111-dotnet-beta

Méthodes publiques

Méthode Description
Debug ( string msg ) : void
Error ( string msg ) : void
Info ( string msg ) : void

Private Methods

Méthode Description
Log4Net ( ) : System.Xml.Schema

Method Details

Debug() public static méthode

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

Error() public static méthode

public static Error ( string msg ) : void
msg string
Résultat void

Info() public static méthode

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