Log4JMigration

scribe.Log4JMigration$
See theLog4JMigration companion class
object Log4JMigration extends Moduload

Attributes

Companion
class
Graph
Supertypes
trait Moduload
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(): Int
override def error(t: Throwable): Unit

Called when an exception is thrown from load.

Called when an exception is thrown from load.

Value parameters

t

the thrown exception

Attributes

Definition Classes
Moduload
override def load(): Unit

Loads the module. Should not be invoked directly. Calling the companion object's load method should invoke this method exactly once.

Loads the module. Should not be invoked directly. Calling the companion object's load method should invoke this method exactly once.

Attributes

Definition Classes
Moduload
def load(url: URL): Int
def load(file: File): Int
def load(path: Path): Int
def load(input: InputStream): Int

Inherited methods

def priority: Priority

Used to sort highest priority to lowest

Used to sort highest priority to lowest

Attributes

Inherited from:
Moduload