com.intellij.testFramework
Class TestLogger
java.lang.Object
com.intellij.openapi.diagnostic.Logger
com.intellij.testFramework.TestLogger
public class TestLogger
- extends Logger
| Nested classes/interfaces inherited from class com.intellij.openapi.diagnostic.Logger |
Logger.Factory |
|
Constructor Summary |
TestLogger(org.apache.log4j.Logger logger)
|
|
Method Summary |
void |
debug(java.lang.String message)
|
void |
debug(java.lang.Throwable t)
|
void |
error(java.lang.String message,
java.lang.Throwable t,
java.lang.String... details)
|
void |
info(java.lang.String message)
|
void |
info(java.lang.String message,
java.lang.Throwable t)
|
boolean |
isDebugEnabled()
|
void |
setLevel(org.apache.log4j.Level level)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestLogger
public TestLogger(org.apache.log4j.Logger logger)
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled in class Logger
debug
public void debug(java.lang.String message)
- Specified by:
debug in class Logger
debug
public void debug(java.lang.Throwable t)
- Specified by:
debug in class Logger
error
public void error(java.lang.String message,
java.lang.Throwable t,
java.lang.String... details)
- Specified by:
error in class Logger
info
public void info(java.lang.String message)
- Specified by:
info in class Logger
info
public void info(java.lang.String message,
java.lang.Throwable t)
- Specified by:
info in class Logger
setLevel
public void setLevel(org.apache.log4j.Level level)
- Specified by:
setLevel in class Logger