Class SimpleDebuggerLogger
java.lang.Object
com.gmail.aydinov.sergey.simple_debugger_plugin.logging.SimpleDebuggerLogger
Logger utility for the Simple Debugger plugin.
Wraps Eclipse ILog and adds timestamp to messages.
Author: Sergei Aidinov
Email: sergey.aydinov@gmail.com
-
Method Summary
-
Method Details
-
info
Logs info-level message -
warn
Logs warning-level message -
error
Logs an error message with an optional throwable.- Parameters:
message- the error message to logt- the throwable associated with the error (can be null)
-