Showing content from https://www.playframework.com/documentation/2.5.x/api/scala/play/api/Logger$.html below:
Logger - play.api.Logger
final def !=(arg0: Any): Boolean
final def ##(): Int
final def ==(arg0: Any): Boolean
def apply[T](clazz: Class[T]): Logger
Obtains a logger instance.
def apply(name: String): Logger
Obtains a logger instance.
final def asInstanceOf[T0]: T0
def clone(): AnyRef
def debug(message: â String, error: â Throwable): Unit
Logs a message with the DEBUG
level.
def debug(message: â String): Unit
Logs a message with the DEBUG
level.
final def eq(arg0: AnyRef): Boolean
def equals(arg0: Any): Boolean
def error(message: â String, error: â Throwable): Unit
Logs a message with the ERROR
level.
def error(message: â String): Unit
Logs a message with the ERROR
level.
def finalize(): Unit
final def getClass(): Class[_]
def hashCode(): Int
def info(message: â String, error: â Throwable): Unit
Logs a message with the INFO
level.
def info(message: â String): Unit
Logs a message with the INFO
level.
def isDebugEnabled: Boolean
true
if the logger instance is enabled for the DEBUG
level.
def isErrorEnabled: Boolean
true
if the logger instance is enabled for the ERROR
level.
def isInfoEnabled: Boolean
true
if the logger instance is enabled for the INFO
level.
final def isInstanceOf[T0]: Boolean
def isTraceEnabled: Boolean
true
if the logger instance is enabled for the TRACE
level.
def isWarnEnabled: Boolean
true
if the logger instance is enabled for the WARN
level.
val logger: org.slf4j.Logger
The 'application' logger.
final def ne(arg0: AnyRef): Boolean
final def notify(): Unit
final def notifyAll(): Unit
final def synchronized[T0](arg0: â T0): T0
def toString(): String
def trace(message: â String, error: â Throwable): Unit
Logs a message with the TRACE
level.
def trace(message: â String): Unit
Logs a message with the TRACE
level.
lazy val underlyingLogger: org.slf4j.Logger
The underlying SLF4J Logger.
final def wait(): Unit
final def wait(arg0: Long, arg1: Int): Unit
final def wait(arg0: Long): Unit
def warn(message: â String, error: â Throwable): Unit
Logs a message with the WARN
level.
def warn(message: â String): Unit
Logs a message with the WARN
level.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4