ContextualLogger

constructor(logger: Logger, tag: String, context: Map<String, Any?> = LinkedHashMap())

Parameters

logger

the Logger to log to

tag

the tag to use/append when logging within this context

context

the contextual data to append to each message