scribe.writer

Members list

Concise view

Type members

Classlikes

class CacheWriter(max: Int) extends Writer

Attributes

Companion:
object
Graph
Supertypes
trait Writer
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object ConsoleWriter extends Writer

Attributes

Graph
Supertypes
trait Writer
class Object
trait Matchable
class Any
Self type
object NullWriter extends Writer

Attributes

Graph
Supertypes
trait Writer
class Object
trait Matchable
class Any
Self type
object SystemErrWriter extends Writer

SystemErrWriter writes logs to System.err

SystemErrWriter writes logs to System.err

Attributes

Graph
Supertypes
trait Writer
class Object
trait Matchable
class Any
Self type
object SystemOutWriter extends Writer

SystemOutWriter writes logs to System.out

SystemOutWriter writes logs to System.out

Attributes

Graph
Supertypes
trait Writer
class Object
trait Matchable
class Any
Self type
object SystemWriter extends Writer

SystemWriter writes to System.out or System.err choosing the latter if the level is higher than Info

SystemWriter writes to System.out or System.err choosing the latter if the level is higher than Info

Attributes

Graph
Supertypes
trait Writer
class Object
trait Matchable
class Any
Self type
trait Writer

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ConsoleWriter.type
object NullWriter.type
object SystemErrWriter.type
object SystemOutWriter.type
object SystemWriter.type