Packages

object LogWriter extends LogWriterSyntax with LogWriterAliasingSyntax

Linear Supertypes
LogWriterAliasingSyntax, LogWriterSyntax, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogWriter
  2. LogWriterAliasingSyntax
  3. LogWriterSyntax
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Console = Console.type
  2. type Jul = Jul.type
  3. type Log4s = Log4s.type
  4. sealed trait LogLevel extends Product with Serializable
  5. type NoOp = NoOp.type

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def consoleLog[F[_]](implicit arg0: Sync[F]): LogWriter[F]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def julLog[F[_]](fa: F[Logger])(implicit arg0: Sync[F]): F[LogWriter[F]]
  14. def log4sLog[F[_]](fa: F[Logger])(implicit arg0: Sync[F]): F[LogWriter[F]]
  15. implicit def logWriterSingleton[F[_]](co: LogWriter.type)(implicit LW: LogWriter[F]): LogWriter[F]
    Definition Classes
    LogWriterAliasingSyntax
    Annotations
    @silent()
  16. implicit def loggerSyntax[T, F[_]](l: LogWriter[F]): LogWriterOps[F]
    Definition Classes
    LogWriterSyntax
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def noOpLog[F[_]](implicit arg0: Applicative[F]): LogWriter[F]
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  26. object Console extends Product with Serializable
  27. object Debug extends LogLevel with Product with Serializable
  28. object Error extends LogLevel with Product with Serializable
  29. object Info extends LogLevel with Product with Serializable
  30. object Jul extends Product with Serializable
  31. object Log4s extends Product with Serializable
  32. object LogLevel extends LogLevelSyntax with Serializable
  33. object NoOp extends Product with Serializable
  34. object Trace extends LogLevel with Product with Serializable
  35. object Warn extends LogLevel with Product with Serializable

Inherited from LogWriterAliasingSyntax

Inherited from LogWriterSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped