LogOutput

flogger.LogOutput
See theLogOutput companion trait
object LogOutput

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LogOutput.type

Members list

Value members

Concrete methods

def apply[F[_]](name: String)(implicit F: Sync[F]): LogOutput[F]
def apply[F[_]](cls: Class[_])(implicit F: Sync[F]): LogOutput[F]
def apply[F[_], Cls](implicit ct: ClassTag[Cls], F: Sync[F]): LogOutput[F]