LoggerNameExtractor

zio.logging.LoggerNameExtractor
See theLoggerNameExtractor companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Extractor which take logger name from annotation

Extractor which take logger name from annotation

Value parameters

name

name of annotation

Attributes

Extractor which take logger name from annotation or Trace if specified annotation is not present

Extractor which take logger name from annotation or Trace if specified annotation is not present

Value parameters

name

name of annotation

Attributes

Concrete fields

Extractor which take logger name from annotation with key zio.logging.loggerNameAnnotationKey or Trace if specified annotation is not present

Extractor which take logger name from annotation with key zio.logging.loggerNameAnnotationKey or Trace if specified annotation is not present

Attributes

Extractor which take logger name from Trace

Extractor which take logger name from Trace

trace with value ''example.LivePingService.ping(PingService.scala:22)'' will have ''example.LivePingService'' as logger name

Attributes