C# Class Utility.Console

Afficher le fichier Open project: sebas77/Svelto-ECS

Méthodes publiques

Méthode 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 méthode

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

LogError() public static méthode

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

LogException() public static méthode

public static LogException ( Exception e ) : void
e System.Exception
Résultat void

LogException() public static méthode

public static LogException ( Exception e, UnityEngine obj ) : void
e System.Exception
obj UnityEngine
Résultat void

LogWarning() public static méthode

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

SystemLog() public static méthode

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