Package com.synopsys.integration.log
Class SilentIntLogger
- java.lang.Object
-
- com.synopsys.integration.log.IntLogger
-
- com.synopsys.integration.log.SilentIntLogger
-
public class SilentIntLogger extends IntLogger
-
-
Constructor Summary
Constructors Constructor Description SilentIntLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidalwaysLog(java.lang.String arg0)voiddebug(java.lang.String arg0)voiddebug(java.lang.String arg0, java.lang.Throwable arg1)voiderror(java.lang.String arg0)voiderror(java.lang.String arg0, java.lang.Throwable arg1)voiderror(java.lang.Throwable arg0)LogLevelgetLogLevel()voidinfo(java.lang.String arg0)voidsetLogLevel(LogLevel arg0)voidtrace(java.lang.String arg0)voidtrace(java.lang.String arg0, java.lang.Throwable arg1)voidwarn(java.lang.String arg0)-
Methods inherited from class com.synopsys.integration.log.IntLogger
errorAndDebug, setLogLevel
-
-
-
-
Method Detail
-
debug
public void debug(java.lang.String arg0, java.lang.Throwable arg1)
-
error
public void error(java.lang.String arg0, java.lang.Throwable arg1)
-
getLogLevel
public LogLevel getLogLevel()
- Specified by:
getLogLevelin classIntLogger
-
setLogLevel
public void setLogLevel(LogLevel arg0)
- Specified by:
setLogLevelin classIntLogger
-
trace
public void trace(java.lang.String arg0, java.lang.Throwable arg1)
-
-