|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.codegen.core.util.BasicLogger
ch.sahits.codegen.ui.Logging
public final class Logging
This class provides static methods for error handling
| Constructor Summary | |
|---|---|
Logging()
|
|
| Method Summary | |
|---|---|
void |
log(java.lang.Throwable e)
Add an error to the error Log. |
void |
logInfo(java.lang.Throwable e,
java.lang.String message)
Add an error to the error Log. |
void |
logWarning(java.lang.Throwable e)
Add an error to the warning Log. |
static void |
setPluginID(java.lang.String pluginID)
Set the plugin ID, so that this Logging class can be used by several plug-ins |
| Methods inherited from class ch.sahits.codegen.core.util.BasicLogger |
|---|
addException, addMessage, getMessage, getThrownException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ch.sahits.codegen.core.util.ILogger |
|---|
addException, addMessage, getMessage |
| Constructor Detail |
|---|
public Logging()
| Method Detail |
|---|
public void log(java.lang.Throwable e)
log in interface ILoggere - Throwable to be loggedpublic void logWarning(java.lang.Throwable e)
logWarning in interface ILoggere - Throwable to be logged
public void logInfo(java.lang.Throwable e,
java.lang.String message)
logInfo in interface ILoggere - Throwable to be loggedmessage - to be loggedpublic static void setPluginID(java.lang.String pluginID)
pluginID -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||