C# Class CLog, AllJoyn

Mostrar archivo Open project: pubnub/AllJoyn Class Usage Examples

Public Methods

Method Description
Log ( String msg ) : void
LogError ( String msg ) : void
LogException ( Exception exception ) : void
LogWarning ( String msg ) : void
getDebugLevel ( ) : int
setDebugLevel ( int userLevel ) : void

Method Details

Log() public static method

public static Log ( String msg ) : void
msg String
return void

LogError() public static method

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

LogException() public static method

public static LogException ( Exception exception ) : void
exception Exception
return void

LogWarning() public static method

public static LogWarning ( String msg ) : void
msg String
return void

getDebugLevel() public static method

public static getDebugLevel ( ) : int
return int

setDebugLevel() public static method

public static setDebugLevel ( int userLevel ) : void
userLevel int
return void