Packages

p

slog4s

console

package console

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. console
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ConsoleConfig[F[_]] extends AnyRef

    Simple method used to determine active log level for particular logger.

  2. sealed trait Format extends AnyRef

    Text format that should be used.

  3. type JsonArgs = Map[String, Json]

    This is how our implementation actually expects contextual arguments for JSON format.

  4. type PlainArgs = Map[String, String]

    This is how our implementation actually expects contextual arguments for plain format.

Value Members

  1. object ConsoleConfig
  2. object ConsoleFactory

    Factory used for console logging.

  3. object ConsoleLoggingContext

    Console implementation of LoggingContext.

  4. object Format
  5. object JsonArgs
  6. object PlainArgs

Inherited from AnyRef

Inherited from Any

Ungrouped