C# Class EDebug, silverscreen

A simple class for toggle-able debug messages. Debug messages for editor tools are useful when developing the tool itself, but annoying for end users.
Afficher le fichier Open project: mminer/silverscreen Class Usage Examples

Méthodes publiques

Méthode Description
Break ( ) : void
Log ( object message ) : void
Log ( object message, Object context ) : void
LogError ( object message ) : void
LogError ( object message, Object context ) : void
LogWarning ( object message ) : void
LogWarning ( object message, Object context ) : void

Method Details

Break() public static méthode

public static Break ( ) : void
Résultat void

Log() public static méthode

public static Log ( object message ) : void
message object
Résultat void

Log() public static méthode

public static Log ( object message, Object context ) : void
message object
context Object
Résultat void

LogError() public static méthode

public static LogError ( object message ) : void
message object
Résultat void

LogError() public static méthode

public static LogError ( object message, Object context ) : void
message object
context Object
Résultat void

LogWarning() public static méthode

public static LogWarning ( object message ) : void
message object
Résultat void

LogWarning() public static méthode

public static LogWarning ( object message, Object context ) : void
message object
context Object
Résultat void