C# Class Utility.Console

Datei anzeigen Open project: sebas77/Svelto-ECS

Public Methods

Method Description
Log ( string txt ) : void
LogError ( string txt ) : void
LogException ( Exception e ) : void
LogException ( Exception e, UnityEngine obj ) : void
LogWarning ( string txt ) : void
SystemLog ( string txt ) : void

This function should never be used explicitly

Method Details

Log() public static method

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

LogError() public static method

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

LogException() public static method

public static LogException ( Exception e ) : void
e System.Exception
return void

LogException() public static method

public static LogException ( Exception e, UnityEngine obj ) : void
e System.Exception
obj UnityEngine
return void

LogWarning() public static method

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

SystemLog() public static method

This function should never be used explicitly
public static SystemLog ( string txt ) : void
txt string
return void