play
package
play
Value Members
-
-
-
-
-
def
debug(msg: String, args: Any*): Unit
-
def
debug(e: Throwable, msg: String, args: Any*): Unit
-
def
error(msg: String, args: Any*): Unit
-
def
error(e: Throwable, msg: String, args: Any*): Unit
-
def
fatal(msg: String, args: Any*): Unit
-
def
fatal(e: Throwable, msg: String, args: Any*): Unit
-
def
info(msg: String, args: Any*): Unit
-
def
info(e: Throwable, msg: String, args: Any*): Unit
-
-
-
def
trace(msg: String, args: Any*): Unit
-
def
warn(msg: String, args: Any*): Unit
-
def
warn(e: Throwable, msg: String, args: Any*): Unit
-
def
withEscape(x: Any): WithEscape