C# Class j64.AlarmServer.MyLogger

Afficher le fichier Open project: joejarvis64/j64.AlarmServer Class Usage Examples

Private Properties

Свойство Type Description
MyLogger System

Méthodes publiques

Méthode Description
ExMsg ( Exception ex ) : string
LogDebug ( string msg ) : void
LogError ( string msg ) : void
LogInfo ( string msg ) : void

Private Methods

Méthode Description
MyLogger ( ) : System

Method Details

ExMsg() public static méthode

public static ExMsg ( Exception ex ) : string
ex System.Exception
Résultat string

LogDebug() public static méthode

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

LogError() public static méthode

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

LogInfo() public static méthode

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