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. 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. 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. 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. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def label(label: => String, value: LogFormat): LogFormat
  30. val level: LogFormat
  31. val levelSyslog: LogFormat
  32. val line: LogFormat
  33. def logAnnotation[A](ann: LogAnnotation[A]): LogFormat
  34. def logAnnotations(excludeKeys: Set[String]): LogFormat
  35. def logAnnotations: LogFormat
  36. def loggerName(loggerNameExtractor: LoggerNameExtractor, loggerNameDefault: String = "zio-logger"): LogFormat
  37. def make(format: (LogAppender, Trace, FiberId, LogLevel, () => String, Cause[Any], FiberRefs, List[LogSpan], Map[String, String]) => Any): LogFormat
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. val newLine: LogFormat
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. val quote: LogFormat
  43. def quoted(inner: LogFormat): LogFormat
  44. val space: LogFormat
  45. def span(name: String): LogFormat

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

  46. def spans: LogFormat

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

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

Deprecated Value Members

  1. def ifCauseNonEmpty(format: LogFormat): LogFormat
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.2) use LogFormat.filter

Inherited from AnyRef

Inherited from Any

Ungrouped