log

inline fun log(level: Logger.Level, error: Throwable? = null, meta: Map<String, Any> = emptyMap(), msgCreator: () -> String? = { null })

Create a Logger.Entry with the proper metadata and pair it with a given message