C# Class GodotAddin.MonoDevelopLogger

Inheritance: GodotTools.IdeMessaging.ILogger, GodotCompletionProviders.ILogger
Afficher le fichier Open project: godotengine/godot-monodevelop-addin

Méthodes publiques

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

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

LogError() public méthode

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

LogError() public méthode

public LogError ( string message, Exception e ) : void
message string
e Exception
Résultat void

LogInfo() public méthode

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

LogWarning() public méthode

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