Package in.dragonbra.javasteam.util.log
Class Logger
- java.lang.Object
-
- in.dragonbra.javasteam.util.log.Logger
-
public class Logger extends java.lang.Object- Since:
- 2018-03-02
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(java.lang.String message)voiddebug(java.lang.String message, java.lang.Throwable throwable)voiddebug(java.lang.Throwable throwable)voiderror(java.lang.String message)voiderror(java.lang.String message, java.lang.Throwable throwable)voiderror(java.lang.Throwable throwable)
-
-
-
Method Detail
-
debug
public void debug(java.lang.Throwable throwable)
-
debug
public void debug(java.lang.String message)
-
debug
public void debug(java.lang.String message, java.lang.Throwable throwable)
-
error
public void error(java.lang.Throwable throwable)
-
error
public void error(java.lang.String message)
-
error
public void error(java.lang.String message, java.lang.Throwable throwable)
-
-