Object

com.leighperry.log4zio

TaggedLogMedium

Related Doc: package log4zio

Permalink

object TaggedLogMedium

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

Type Members

  1. final case class TimestampedMessage[A](level: Level, message: () ⇒ A, timestamp: String) extends Product with Serializable

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def asString[A](prefix: Option[String]): (TimestampedMessage[A]) ⇒ String

    Permalink
  6. def asTimestamped[A]: (Tagged[A]) ⇒ IO[Throwable, TimestampedMessage[A]]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. def console[A](prefix: Option[String]): LogMedium[Nothing, Tagged[A]]

    Permalink

    An unfailing console with conventional JVM-style logger output that falls back to simple console output in the event of any error

  9. def consoleE[A](prefix: Option[String]): LogMedium[Throwable, Tagged[A]]

    Permalink

    A console with conventional JVM-style logger output

  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def silent[A]: LogMedium[Nothing, Tagged[A]]

    Permalink

    Inhibit log output – useful for unit testing

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

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def withTags[A](prefix: Option[String], base: LogMedium[Nothing, String]): LogMedium[Nothing, Tagged[A]]

    Permalink

    Creates an unfailing conventional JVM-style logger output over the top of an existing string logger.

    Creates an unfailing conventional JVM-style logger output over the top of an existing string logger. In the event of an error (eg generating the timestamp) information, rather than failing, this logger falls back to logging without timestamp.

    A

    type of the messages to be converted to string and logged

    prefix

    an optional application-specific string that can be prepended to each log message

    base

    the base medium that the rendered string output will be logged to

  25. def withTagsE[A](prefix: Option[String], base: LogMedium[Nothing, String]): LogMedium[Throwable, Tagged[A]]

    Permalink

    Creates a conventional JVM-style logger output over the top of an existing string logger

    Creates a conventional JVM-style logger output over the top of an existing string logger

    A

    type of the messages to be converted to string and logged

    prefix

    an optional application-specific string that can be prepended to each log message

    base

    the base medium that the rendered string output will be logged to

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.

Inherited from AnyRef

Inherited from Any

Ungrouped