C# Class Logger, lunar-unity-console

Datei anzeigen Open project: SpaceMadness/lunar-unity-console Class Usage Examples

Public Methods

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

Method Details

LogDebug() public method

public LogDebug ( ) : void
return void

LogError() public method

public LogError ( ) : void
return void

LogWarning() public method

public LogWarning ( ) : void
return void

ThrowException() public method

public ThrowException ( ) : void
return void