C# Class Logger3, lunar-unity-console

Mostra file Open project: SpaceMadness/lunar-unity-console Class Usage Examples

Public Methods

Method Description
LogDebug ( string message ) : void
LogError ( string message ) : void
LogWarning ( string message ) : void
ThrowException ( string message ) : void

Method Details

LogDebug() public static method

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

LogError() public static method

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

LogWarning() public static method

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

ThrowException() public static method

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