Object/Trait

zio.logging

LogFormat

Related Docs: trait LogFormat | package logging

Permalink

object LogFormat

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allAnnotations(excludeKeys: Set[String]): LogFormat

    Permalink
  5. def allAnnotations: LogFormat

    Permalink
  6. def annotation[A](ann: LogAnnotation[A]): LogFormat

    Permalink
  7. def annotation(name: String): LogFormat

    Permalink
  8. def annotations(excludeKeys: Set[String]): LogFormat

    Permalink
  9. def annotations: LogFormat

    Permalink

    Returns a new log format that appends all annotations to the log output.

  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. val bracketEnd: LogFormat

    Permalink
  12. val bracketStart: LogFormat

    Permalink
  13. def bracketed(inner: LogFormat): LogFormat

    Permalink
  14. val cause: LogFormat

    Permalink
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  16. val colored: LogFormat

    Permalink
  17. val default: LogFormat

    Permalink
  18. val enclosingClass: LogFormat

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. val fiberId: LogFormat

    Permalink
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def label(label: ⇒ String, value: LogFormat): LogFormat

    Permalink
  26. val level: LogFormat

    Permalink
  27. val levelSyslog: LogFormat

    Permalink
  28. val line: LogFormat

    Permalink
  29. def logAnnotation[A](ann: LogAnnotation[A]): LogFormat

    Permalink
  30. def logAnnotations(excludeKeys: Set[String]): LogFormat

    Permalink
  31. def logAnnotations: LogFormat

    Permalink
  32. def loggerName(loggerNameExtractor: LoggerNameExtractor, loggerNameDefault: String = "zio-logger"): LogFormat

    Permalink
  33. def make(format: (LogAppender, Trace, FiberId, LogLevel, () ⇒ String, Cause[Any], FiberRefs, List[LogSpan], Map[String, String]) ⇒ Any): LogFormat

    Permalink
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. val newLine: LogFormat

    Permalink
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  38. val quote: LogFormat

    Permalink
  39. def quoted(inner: LogFormat): LogFormat

    Permalink
  40. val space: LogFormat

    Permalink
  41. def span(name: String): LogFormat

    Permalink

    Returns a new log format that appends the specified span to the log output.

  42. def spans: LogFormat

    Permalink

    Returns a new log format that appends all spans to the log output.

  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def text(value: ⇒ String): LogFormat

    Permalink
  45. def timestamp(formatter: ⇒ DateTimeFormatter): LogFormat

    Permalink
  46. val timestamp: LogFormat

    Permalink
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. val traceLine: LogFormat

    Permalink
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def ifCauseNonEmpty(format: LogFormat): LogFormat

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.2) use LogFormat.filter

Inherited from AnyRef

Inherited from Any

Ungrouped