Level

com.geirolz.app.toolkit.logger.Logger.Level
See theLevel companion object
sealed trait Level

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Debug
object Error
object Failure
object Info
object Trace
object Warn
Show all

Members list

Value members

Concrete methods

def index: Int
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