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. Protected

Type Members

  1. sealed trait Pattern extends AnyRef

    A Pattern is string representation of LogFormat

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. val allAnnotations: LogFormat
  6. def annotation[A](ann: LogAnnotation[A]): LogFormat
  7. def annotation(name: String): LogFormat
  8. def annotations(excludeKeys: Set[String]): LogFormat
  9. val annotations: LogFormat

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

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

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

  45. val spans: LogFormat

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

  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def text(value: => String): LogFormat
  48. def timestamp(formatter: => DateTimeFormatter): LogFormat
  49. val timestamp: LogFormat
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. val traceLine: LogFormat
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  55. object Pattern

Deprecated Value Members

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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped