Log4aModule

cc.otavia.log4a.Log4aModule
class Log4aModule extends AbstractModule

Attributes

Graph
Supertypes
trait Module
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def addDefinition(definition: BeanDefinition): Unit
override def definitions: Seq[BeanDefinition]

Attributes

Definition Classes
override def name: String

Unique module identifier for dependency declaration and deduplication.

Unique module identifier for dependency declaration and deduplication.

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

override def addListener(listener: ModuleListener): Unit

Attributes

Definition Classes
Inherited from:
AbstractModule
def dependencies: Seq[String]

Names of modules that must be loaded before this one.

Names of modules that must be loaded before this one.

Attributes

Inherited from:
Module
override def loaded: Boolean

Attributes

Definition Classes
Inherited from:
AbstractModule
final override protected def system: ActorSystem

Attributes

Definition Classes
Inherited from:
AbstractModule