C# Class UnityDebug.Program.Logger

Inheritance: MonoDevelop.Debugger.Soft.Unity.Log.ILogger
显示文件 Open project: Unity-Technologies/vscode-unity-debug

Public Methods

Method Description
Error ( string message, Exception e ) : void
Info ( string message ) : void
Warning ( string message, Exception e ) : void

Method Details

Error() public method

public Error ( string message, Exception e ) : void
message string
e System.Exception
return void

Info() public method

public Info ( string message ) : void
message string
return void

Warning() public method

public Warning ( string message, Exception e ) : void
message string
e System.Exception
return void