C# Class GodotAddin.MonoDevelopLogger

Inheritance: GodotTools.IdeMessaging.ILogger, GodotCompletionProviders.ILogger
Show file Open project: godotengine/godot-monodevelop-addin

Public Methods

Method Description
LogDebug ( string message ) : void
LogError ( string message ) : void
LogError ( string message, Exception e ) : void
LogInfo ( string message ) : void
LogWarning ( string message ) : void

Method Details

LogDebug() public method

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

LogError() public method

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

LogError() public method

public LogError ( string message, Exception e ) : void
message string
e Exception
return void

LogInfo() public method

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

LogWarning() public method

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