C# Class AssemblyCSharp.PSDebug

Show file Open project: wooga/ps_social_jam

Public Methods

Method 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 method

public static Log ( PSDebugCategory category, PSDebugColor color, string message ) : void
category PSDebugCategory
color PSDebugColor
message string
return void

Log() public static method

public static Log ( PSDebugCategory category, string message ) : void
category PSDebugCategory
message string
return void

Log() public static method

public static Log ( string message ) : void
message string
return void

LogError() public static method

public static LogError ( string message ) : void
message string
return void

LogInfo() public static method

public static LogInfo ( string message ) : void
message string
return void

LogWarning() public static method

public static LogWarning ( string message ) : void
message string
return void