Logging

scribe.Logging
trait Logging

Logging is a mix-in to conveniently add logging support to any class or object.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

protected def logger: Logger

The logger for this class.

The logger for this class.

Attributes

protected def loggerName: String

Override this to change the name of the underlying logger.

Override this to change the name of the underlying logger.

Defaults to class name with package

Attributes