Méthode | Description | |
---|---|---|
Log ( PSDebugCategory category, PSDebugColor color, string message ) : void | ||
Log ( PSDebugCategory category, string message ) : void | ||
Log ( string message ) : void | ||
LogError ( string message ) : void | ||
LogInfo ( string message ) : void | ||
LogWarning ( string message ) : void |
public static Log ( PSDebugCategory category, PSDebugColor color, string message ) : void | ||
category | PSDebugCategory | |
color | PSDebugColor | |
message | string | |
Résultat | void |
public static Log ( PSDebugCategory category, string message ) : void | ||
category | PSDebugCategory | |
message | string | |
Résultat | void |
public static Log ( string message ) : void | ||
message | string | |
Résultat | void |
public static LogError ( string message ) : void | ||
message | string | |
Résultat | void |
public static LogInfo ( string message ) : void | ||
message | string | |
Résultat | void |
public static LogWarning ( string message ) : void | ||
message | string | |
Résultat | void |