Class SimpleDebuggerLogger

java.lang.Object
com.gmail.aydinov.sergey.simple_debugger_plugin.logging.SimpleDebuggerLogger

public class SimpleDebuggerLogger extends Object
Logger utility for the Simple Debugger plugin. Wraps Eclipse ILog and adds timestamp to messages.

Author: Sergei Aidinov
Email: sergey.aydinov@gmail.com

  • Method Details

    • info

      public static void info(String message)
      Logs info-level message
    • warn

      public static void warn(String message)
      Logs warning-level message
    • error

      public static void error(String message, Throwable t)
      Logs an error message with an optional throwable.
      Parameters:
      message - the error message to log
      t - the throwable associated with the error (can be null)