C# Class NHS111.Utils.Logging.Log4Net

Datei anzeigen Open project: NHSChoices/nhs111-dotnet-beta

Public Methods

Method Description
Debug ( string msg ) : void
Error ( string msg ) : void
Info ( string msg ) : void

Private Methods

Method Description
Log4Net ( ) : System.Xml.Schema

Method Details

Debug() public static method

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

Error() public static method

public static Error ( string msg ) : void
msg string
return void

Info() public static method

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