|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.common.LogAdapter
public class LogAdapter
Implements a log for EMFStore Common.
| Constructor Summary | |
|---|---|
LogAdapter()
|
|
| Method Summary | |
|---|---|
void |
log(String message,
Exception exception,
int statusInt)
Log an error. |
void |
logException(String message,
Exception exception)
Log an exception as an error. |
void |
logWarning(String message,
Exception exception)
Log an exception as a warning. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogAdapter()
| Method Detail |
|---|
public void log(String message,
Exception exception,
int statusInt)
log in interface ILogmessage - the messageexception - the causing exceptionstatusInt - a statusILog.log(java.lang.String, java.lang.Exception, int)
public void logException(String message,
Exception exception)
logException in interface ILogmessage - the messageexception - the causing exception.ILog.logException(java.lang.String, java.lang.Exception)
public void logWarning(String message,
Exception exception)
logWarning in interface ILogmessage - the messageexception - the causing exceptionILog.logWarning(java.lang.String, java.lang.Exception)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||