Typed KSLog
Uses typedLoggers to determine, where incoming __message__s should be sent. If there is no KClass key for incoming message in typedLoggers, logger will use logger by null
key if exists. If there is no default logger (by null
key), logging will be skipped
Functions
Creates FilterKSLog with applying of filter to it
Calls default performLog with tag
== null
The only one function required to realization in any inheritor. All other performLog functions will call this one by default
Calls default performLog with message
built using messageBuilder. This method supposed to be overriden in case when logger supports lazy-loaded messages (like dev.inmo.kslog.common.filter.FilterKSLog)
Suspendable variant of performLog with messageBuilder. Uses default performLog with message
built using messageBuilder by default
Will send KSLog.performLog of both this and other instances. In case when this will throw exception result logger will rethrow it. After it, if other will throw exception - will also rethrow it