NoDepsLogger

abstract class NoDepsLogger

Simple logger interface in order to keep the core of this library zero-dependencies.

class Object
trait Matchable
class Any

Value members

Abstract methods

def debug(msg: String): Unit
def error(msg: String): Unit
def error(msg: String, throwable: Throwable): Unit
def info(msg: String): Unit
def isDebugEnabled: Boolean
def warn(msg: String): Unit