scribe.writer

package scribe.writer

Members list

Type members

Classlikes

object BrowserConsoleWriter extends Writer

Writer specifically to target the JavaScript console in the browser

Writer specifically to target the JavaScript console in the browser

Attributes

Supertypes
trait Writer
class Object
trait Matchable
class Any
Self type
class CacheWriter(max: Int) extends Writer

Attributes

Companion
object
Supertypes
trait Writer
class Object
trait Matchable
class Any
object CacheWriter

Attributes

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

Attributes

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

Attributes

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

SystemErrWriter writes logs to System.err

SystemErrWriter writes logs to System.err

Attributes

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

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

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BrowserConsoleWriter.type
class CacheWriter
object ConsoleWriter.type
object NullWriter.type
object SystemErrWriter.type
object SystemOutWriter.type
object SystemWriter.type
Show all