Log4jLogger

object Log4jLogger
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def log4jCanLog[A](aClassTag: ClassTag[A]): CanLog
def log4jCanLog(name: String): CanLog
def log4jCanLogWith(logger: Logger): CanLog

Deprecated methods

@deprecated(message = "Use Log4jLogger.log4jCanLog[A] instead", since = "1.2.0")
def log4jLogger[A](aClassTag: ClassTag[A]): CanLog
Deprecated
[Since version 1.2.0] Use Log4jLogger.log4jCanLog[A] instead
@deprecated(message = "Use Log4jLogger.log4jCanLog(String) instead", since = "1.2.0")
def log4jLogger(name: String): CanLog
Deprecated
[Since version 1.2.0] Use Log4jLogger.log4jCanLog(String) instead
@deprecated(message = "Use Log4jLogger.log4jCanLogWith(org.apache.logging.log4j.Logger) instead", since = "1.2.0")
def log4jLoggerWith(logger: Logger): CanLog
Deprecated
[Since version 1.2.0] Use Log4jLogger.log4jCanLogWith(org.apache.logging.log4j.Logger) instead