Callback KSLog
Creates simple KSLog which will pass all incoming performLog calls to performLogCallback
Functions
Creates FilterKSLog with applying of filter to it
The only one function required to realization in any inheritor. All other performLog functions will call this one by default
Calls default performLog with tag
== null
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