public interface MockKAgentLogger
abstract Unit
debug(String msg)
trace(String msg)
trace(Throwable ex, String msg)
warn(String msg)
warn(Throwable ex, String msg)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit debug(String msg)
abstract Unit trace(String msg)
abstract Unit trace(Throwable ex, String msg)
abstract Unit warn(String msg)
abstract Unit warn(Throwable ex, String msg)