Logging

com.emarsys.logger.Logging$
See theLogging companion trait
object Logging

Attributes

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

Members list

Value members

Concrete methods

def apply[F[_]](implicit ev: Logging[F]): Logging[F]
def create[F[_]](logFn: (LogLevel, String, LoggingContext) => F[Unit]): Logging[F]
def createUnsafeLogger(name: String): Logging[Id]