zio-logging
zio-logging
zio.logging
LogAnnotation
LogAnnotation
LogAppender
Service
AppenderLayerOps
LogContext
LogContext
LogDatetimeFormatter
LogFiltering
LogFilterNode
LogFormat
LogFormat
SimpleConsoleLogFormat
ColoredLogFormat
AssembledLogFormat
FormatterFunction
DSL
AssembledLogFormat
LogLevel
LogLevel
Fatal
Error
Warn
Info
Debug
Trace
Off
Logger
Logger
LoggerWithFormat
Logging
PlatformSpecificLogAppenderModifiers
log
zio-logging
/
zio.logging
/
LogFormat
/
AssembledLogFormat
/
FormatterFunction
FormatterFunction
case
class
FormatterFunction
(fun: (
StringBuilder
,
LogContext
,
String
) =>
Any
)
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Methods
def
+
(other:
FormatterFunction
):
FormatterFunction
def
concat
(other:
FormatterFunction
):
FormatterFunction
def
spaced
(other:
FormatterFunction
):
FormatterFunction
def
|-|
(other:
FormatterFunction
):
FormatterFunction
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from
Product