C# Class j64.AlarmServer.MyLogger

Mostra file Open project: joejarvis64/j64.AlarmServer Class Usage Examples

Private Properties

Property Type Description
MyLogger System

Public Methods

Method Description
ExMsg ( Exception ex ) : string
LogDebug ( string msg ) : void
LogError ( string msg ) : void
LogInfo ( string msg ) : void

Private Methods

Method Description
MyLogger ( ) : System

Method Details

ExMsg() public static method

public static ExMsg ( Exception ex ) : string
ex System.Exception
return string

LogDebug() public static method

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

LogError() public static method

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

LogInfo() public static method

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