C# Class UnityDebug.Program.Logger

Inheritance: MonoDevelop.Debugger.Soft.Unity.Log.ILogger
Afficher le fichier Open project: Unity-Technologies/vscode-unity-debug

Méthodes publiques

Méthode Description
Error ( string message, Exception e ) : void
Info ( string message ) : void
Warning ( string message, Exception e ) : void

Method Details

Error() public méthode

public Error ( string message, Exception e ) : void
message string
e System.Exception
Résultat void

Info() public méthode

public Info ( string message ) : void
message string
Résultat void

Warning() public méthode

public Warning ( string message, Exception e ) : void
message string
e System.Exception
Résultat void