edu.stanford.smi.protege.util
Interface Log.Logger
- All Known Implementing Classes:
- DefaultLogger
- Enclosing interface:
- Log
- public static interface Log.Logger
Description of the Class
- Author:
- Ray Fergerson
Method Summary |
void |
enter(Object object,
String methodName,
Object[] args)
|
void |
error(String entry,
Object object,
String methodName,
Object[] args)
|
void |
exception(Throwable e,
Object object,
String methodName,
Object[] args)
|
void |
exit(Object object,
String methodName,
Object[] args)
|
int |
getErrorCount()
|
int |
getTraceCount()
|
int |
getWarningCount()
|
void |
resetCounts()
|
void |
setDisplayTrace(boolean b)
|
void |
setDisplayWarnings(boolean b)
|
void |
setDoPause(boolean b)
|
void |
setShowStack(boolean b)
|
void |
stack(String entry,
Object object,
String methodName,
Object[] args)
|
void |
trace(String entry,
Object object,
String methodName,
Object[] args)
|
void |
warning(String entry,
Object object,
String methodName,
Object[] args)
|
setDisplayTrace
public void setDisplayTrace(boolean b)
setDisplayWarnings
public void setDisplayWarnings(boolean b)
setDoPause
public void setDoPause(boolean b)
setShowStack
public void setShowStack(boolean b)
enter
public void enter(Object object,
String methodName,
Object[] args)
exit
public void exit(Object object,
String methodName,
Object[] args)
trace
public void trace(String entry,
Object object,
String methodName,
Object[] args)
warning
public void warning(String entry,
Object object,
String methodName,
Object[] args)
error
public void error(String entry,
Object object,
String methodName,
Object[] args)
exception
public void exception(Throwable e,
Object object,
String methodName,
Object[] args)
stack
public void stack(String entry,
Object object,
String methodName,
Object[] args)
getTraceCount
public int getTraceCount()
getWarningCount
public int getWarningCount()
getErrorCount
public int getErrorCount()
resetCounts
public void resetCounts()
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2004 Stanford University.