C# Class CLog, AllJoyn

Afficher le fichier Open project: pubnub/AllJoyn Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static Log ( String msg ) : void
msg String
Résultat void

LogError() public static méthode

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

LogException() public static méthode

public static LogException ( Exception exception ) : void
exception Exception
Résultat void

LogWarning() public static méthode

public static LogWarning ( String msg ) : void
msg String
Résultat void

getDebugLevel() public static méthode

public static getDebugLevel ( ) : int
Résultat int

setDebugLevel() public static méthode

public static setDebugLevel ( int userLevel ) : void
userLevel int
Résultat void