play.api.Logger
See theLogger companion class
object Logger
High-level API for logging operations.
For example, logging with the default application logger:
Logger.info("Hello!")
Logging with a custom logger:
Logger("my.logger").info("Hello!")
Attributes
Members list
In this article