C# Class AssemblyCSharp.PSDebug

Afficher le fichier Open project: wooga/ps_social_jam

Méthodes publiques

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

Method Details

Log() public static méthode

public static Log ( PSDebugCategory category, PSDebugColor color, string message ) : void
category PSDebugCategory
color PSDebugColor
message string
Résultat void

Log() public static méthode

public static Log ( PSDebugCategory category, string message ) : void
category PSDebugCategory
message string
Résultat void

Log() public static méthode

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

LogError() public static méthode

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

LogInfo() public static méthode

public static LogInfo ( string message ) : void
message string
Résultat void

LogWarning() public static méthode

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