Package org.eclipse.ease
Class Logger
java.lang.Object
org.eclipse.ease.Logger
Global Logger implementation for EASE. Provides means to log errors, warnings, infos and to create trace output.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Log an error.static void
Log an error.static void
Log an info.static void
Create trace output.static void
Create trace output.static void
Log a warning.static void
Log a warning.
-
Method Details
-
error
Log an error.- Parameters:
pluginID
- origin plug-in IDmessage
- error message
-
error
Log an error.- Parameters:
pluginID
- origin plug-in IDmessage
- error messagethrowable
- throwable to be added
-
warning
Log a warning.- Parameters:
pluginID
- origin plug-in IDmessage
- warning message
-
warning
Log a warning.- Parameters:
pluginID
- origin plug-in IDmessage
- warning messagethrowable
- throwable to be added
-
info
Log an info.- Parameters:
pluginID
- origin plug-in IDmessage
- info message
-
trace
Create trace output.- Parameters:
pluginID
- origin plug-in IDenabled
- enablement flag for tracing, typically points to a trace option flagtitle
- trace message title
-
trace
Create trace output.- Parameters:
pluginID
- origin plug-in IDenabled
- enablement flag for tracing, typically points to a trace option flagtitle
- trace message titledetails
- detailed message, will be indented for better readability
-