mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-12-17 10:25:45 +00:00
generate kdocs
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
package dev.inmo.kslog.common
|
||||
|
||||
/**
|
||||
* Native platform implementation of the default logger
|
||||
*
|
||||
* Uses [printlnLogging] which formats and outputs logs using `[println]`.
|
||||
* Logs are written to standard output.
|
||||
*
|
||||
* @see printlnLogging
|
||||
*/
|
||||
actual var KSLoggerDefaultPlatformLoggerLambda: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit =
|
||||
printlnLogging
|
||||
Reference in New Issue
Block a user