Packages

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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allAnnotations(excludeKeys: Set[String]): LogFormat
  5. def allAnnotations: LogFormat
  6. def annotation[A](ann: LogAnnotation[A]): LogFormat
  7. def annotation(name: String): LogFormat
  8. def annotations(excludeKeys: Set[String]): LogFormat
  9. def annotations: LogFormat

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

  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val bracketEnd: LogFormat
  12. val bracketStart: LogFormat
  13. def bracketed(inner: LogFormat): LogFormat
  14. val cause: LogFormat
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  16. val colored: LogFormat
  17. val default: LogFormat
  18. val enclosingClass: LogFormat
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. val fiberId: LogFormat
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def label(label: ⇒ String, value: LogFormat): LogFormat
  26. val level: LogFormat
  27. val levelSyslog: LogFormat
  28. val line: LogFormat
  29. def logAnnotation[A](ann: LogAnnotation[A]): LogFormat
  30. def logAnnotations(excludeKeys: Set[String]): LogFormat
  31. def logAnnotations: LogFormat
  32. def loggerName(loggerNameExtractor: LoggerNameExtractor, loggerNameDefault: String = "zio-logger"): LogFormat
  33. def make(format: (LogAppender, Trace, FiberId, LogLevel, () ⇒ String, Cause[Any], FiberRefs, List[LogSpan], Map[String, String]) ⇒ Any): LogFormat
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. val newLine: LogFormat
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. val quote: LogFormat
  39. def quoted(inner: LogFormat): LogFormat
  40. val space: LogFormat
  41. def span(name: String): LogFormat

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

  42. def spans: LogFormat

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

  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def text(value: ⇒ String): LogFormat
  45. def timestamp(formatter: ⇒ DateTimeFormatter): LogFormat
  46. val timestamp: LogFormat
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. val traceLine: LogFormat
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def ifCauseNonEmpty(format: LogFormat): LogFormat
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.2) use LogFormat.filter

Inherited from AnyRef

Inherited from Any

Ungrouped