From 1672eaabef95346680ed642d17cb06ecebd9f10d Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 8 Jun 2022 10:13:44 +0000 Subject: [PATCH] deploy: de56994cf7dd9dd76a81ee19097d0dd6a7dca928 --- index.html | 2 +- .../-callback-k-s-log/-callback-k-s-log.html | 2 +- .../-callback-k-s-log/index.html | 2 +- .../-callback-k-s-log/perform-log.html | 2 +- kslog/dev.inmo.kslog.common/-k-s-log.html | 55 ++++--- .../-k-s-log/-companion/default.html | 2 +- .../-k-s-log/-companion/index.html | 2 +- .../-k-s-log/-companion/perform-log.html | 2 +- .../dev.inmo.kslog.common/-k-s-log/index.html | 13 +- .../-k-s-log/perform-log.html | 2 +- .../-log-level/-a-s-s-e-r-t/index.html | 2 +- .../-log-level/-d-e-b-u-g/index.html | 2 +- .../-log-level/-e-r-r-o-r/index.html | 2 +- .../-log-level/-i-n-f-o/index.html | 2 +- .../-log-level/-v-e-r-b-o-s-e/index.html | 2 +- .../-log-level/-w-a-r-n-i-n-g/index.html | 2 +- .../-log-level/index.html | 2 +- .../-tag-logger/-tag-logger.html | 77 ++++++++++ .../-tag-logger/index.html | 139 ++++++++++++++++++ .../-tag-logger/perform-log.html | 77 ++++++++++ .../-tag-logger/tag.html | 77 ++++++++++ kslog/dev.inmo.kslog.common/assert.html | 2 +- kslog/dev.inmo.kslog.common/d.html | 2 +- kslog/dev.inmo.kslog.common/debug.html | 2 +- kslog/dev.inmo.kslog.common/e.html | 2 +- kslog/dev.inmo.kslog.common/error.html | 2 +- kslog/dev.inmo.kslog.common/i.html | 2 +- kslog/dev.inmo.kslog.common/index.html | 27 +++- kslog/dev.inmo.kslog.common/info.html | 2 +- kslog/dev.inmo.kslog.common/invoke.html | 2 +- kslog/dev.inmo.kslog.common/l.html | 2 +- kslog/dev.inmo.kslog.common/log-tag.html | 2 +- kslog/dev.inmo.kslog.common/log.html | 2 +- kslog/dev.inmo.kslog.common/logger.html | 4 +- kslog/dev.inmo.kslog.common/v.html | 2 +- kslog/dev.inmo.kslog.common/verbose.html | 2 +- kslog/dev.inmo.kslog.common/w.html | 2 +- kslog/dev.inmo.kslog.common/warning.html | 2 +- kslog/dev.inmo.kslog.common/wtf.html | 2 +- kslog/package-list | 7 +- navigation.html | 15 +- scripts/pages.json | 2 +- 42 files changed, 486 insertions(+), 69 deletions(-) create mode 100644 kslog/dev.inmo.kslog.common/-tag-logger/-tag-logger.html create mode 100644 kslog/dev.inmo.kslog.common/-tag-logger/index.html create mode 100644 kslog/dev.inmo.kslog.common/-tag-logger/perform-log.html create mode 100644 kslog/dev.inmo.kslog.common/-tag-logger/tag.html diff --git a/index.html b/index.html index 10d248d..65be813 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/-callback-k-s-log/-callback-k-s-log.html b/kslog/dev.inmo.kslog.common/-callback-k-s-log/-callback-k-s-log.html index e955a6e..4520386 100644 --- a/kslog/dev.inmo.kslog.common/-callback-k-s-log/-callback-k-s-log.html +++ b/kslog/dev.inmo.kslog.common/-callback-k-s-log/-callback-k-s-log.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/-callback-k-s-log/index.html b/kslog/dev.inmo.kslog.common/-callback-k-s-log/index.html index 06fc5d4..e62b644 100644 --- a/kslog/dev.inmo.kslog.common/-callback-k-s-log/index.html +++ b/kslog/dev.inmo.kslog.common/-callback-k-s-log/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/-callback-k-s-log/perform-log.html b/kslog/dev.inmo.kslog.common/-callback-k-s-log/perform-log.html index 201a324..385eb25 100644 --- a/kslog/dev.inmo.kslog.common/-callback-k-s-log/perform-log.html +++ b/kslog/dev.inmo.kslog.common/-callback-k-s-log/perform-log.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/-k-s-log.html b/kslog/dev.inmo.kslog.common/-k-s-log.html index a9c71fe..4383c80 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-log.html +++ b/kslog/dev.inmo.kslog.common/-k-s-log.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
@@ -48,109 +48,120 @@ if(savedDarkMode === true){
-
+

KSLog

-
actual fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(defaultTag: String, levels: Set<LogLevel>): KSLog
fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog
expect fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog
actual fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(    logger: Logger,     filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean,     messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String): CallbackKSLog
fun KSLog(    defaultTag: String,     logger: Logger,     filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean = { _, _, _, _ -> true }): KSLog
actual fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
+
actual fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(defaultTag: String, levels: Iterable<LogLevel>): KSLog
inline fun KSLog(    defaultTag: String,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog
expect fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog
actual fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(    logger: Logger,     filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean,     messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String): CallbackKSLog
fun KSLog(    defaultTag: String,     logger: Logger,     filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean = { _, _, _, _ -> true }): KSLog
actual fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog

Sources

-
+
- +
Link copied to clipboard
- +
- - + +
Link copied to clipboard
- + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/-k-s-log/-companion/default.html b/kslog/dev.inmo.kslog.common/-k-s-log/-companion/default.html index 9de770c..62a9844 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-log/-companion/default.html +++ b/kslog/dev.inmo.kslog.common/-k-s-log/-companion/default.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/-k-s-log/-companion/index.html b/kslog/dev.inmo.kslog.common/-k-s-log/-companion/index.html index 60fb489..3dda458 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-log/-companion/index.html +++ b/kslog/dev.inmo.kslog.common/-k-s-log/-companion/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log.html b/kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log.html index e3259af..227ea2f 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log.html +++ b/kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/-k-s-log/index.html b/kslog/dev.inmo.kslog.common/-k-s-log/index.html index 89884f3..83b08ae 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-log/index.html +++ b/kslog/dev.inmo.kslog.common/-k-s-log/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
@@ -117,6 +117,17 @@ if(savedDarkMode === true){
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Extensions

diff --git a/kslog/dev.inmo.kslog.common/-k-s-log/perform-log.html b/kslog/dev.inmo.kslog.common/-k-s-log/perform-log.html index 521acee..ca2d779 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-log/perform-log.html +++ b/kslog/dev.inmo.kslog.common/-k-s-log/perform-log.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/-log-level/-a-s-s-e-r-t/index.html b/kslog/dev.inmo.kslog.common/-log-level/-a-s-s-e-r-t/index.html index f272263..11cbf72 100644 --- a/kslog/dev.inmo.kslog.common/-log-level/-a-s-s-e-r-t/index.html +++ b/kslog/dev.inmo.kslog.common/-log-level/-a-s-s-e-r-t/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/-log-level/-d-e-b-u-g/index.html b/kslog/dev.inmo.kslog.common/-log-level/-d-e-b-u-g/index.html index 1ff6473..26d095e 100644 --- a/kslog/dev.inmo.kslog.common/-log-level/-d-e-b-u-g/index.html +++ b/kslog/dev.inmo.kslog.common/-log-level/-d-e-b-u-g/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/-log-level/-e-r-r-o-r/index.html b/kslog/dev.inmo.kslog.common/-log-level/-e-r-r-o-r/index.html index 1014043..e3f1a96 100644 --- a/kslog/dev.inmo.kslog.common/-log-level/-e-r-r-o-r/index.html +++ b/kslog/dev.inmo.kslog.common/-log-level/-e-r-r-o-r/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/-log-level/-i-n-f-o/index.html b/kslog/dev.inmo.kslog.common/-log-level/-i-n-f-o/index.html index 6c92317..0c77d95 100644 --- a/kslog/dev.inmo.kslog.common/-log-level/-i-n-f-o/index.html +++ b/kslog/dev.inmo.kslog.common/-log-level/-i-n-f-o/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/-log-level/-v-e-r-b-o-s-e/index.html b/kslog/dev.inmo.kslog.common/-log-level/-v-e-r-b-o-s-e/index.html index 3968fb2..4dbb512 100644 --- a/kslog/dev.inmo.kslog.common/-log-level/-v-e-r-b-o-s-e/index.html +++ b/kslog/dev.inmo.kslog.common/-log-level/-v-e-r-b-o-s-e/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/-log-level/-w-a-r-n-i-n-g/index.html b/kslog/dev.inmo.kslog.common/-log-level/-w-a-r-n-i-n-g/index.html index dc84616..f53e204 100644 --- a/kslog/dev.inmo.kslog.common/-log-level/-w-a-r-n-i-n-g/index.html +++ b/kslog/dev.inmo.kslog.common/-log-level/-w-a-r-n-i-n-g/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/-log-level/index.html b/kslog/dev.inmo.kslog.common/-log-level/index.html index f10af7a..4913450 100644 --- a/kslog/dev.inmo.kslog.common/-log-level/index.html +++ b/kslog/dev.inmo.kslog.common/-log-level/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/-tag-logger/-tag-logger.html b/kslog/dev.inmo.kslog.common/-tag-logger/-tag-logger.html new file mode 100644 index 0000000..aa1b517 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/-tag-logger/-tag-logger.html @@ -0,0 +1,77 @@ + + + + + TagLogger + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

TagLogger

+
+
+
+
fun TagLogger(tag: String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/-tag-logger/index.html b/kslog/dev.inmo.kslog.common/-tag-logger/index.html new file mode 100644 index 0000000..57c81d0 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/-tag-logger/index.html @@ -0,0 +1,139 @@ + + + + + TagLogger + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

TagLogger

+
+
+
value class TagLogger(val tag: String) : KSLog
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
fun TagLogger(tag: String)
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
open override fun performLog(    level: LogLevel,     tag: String?,     message: String,     throwable: Throwable?)
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
val tag: String
+
+
+
+
+
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/-tag-logger/perform-log.html b/kslog/dev.inmo.kslog.common/-tag-logger/perform-log.html new file mode 100644 index 0000000..0b076b4 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/-tag-logger/perform-log.html @@ -0,0 +1,77 @@ + + + + + performLog + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

performLog

+
+
+
+
open override fun performLog(    level: LogLevel,     tag: String?,     message: String,     throwable: Throwable?)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/-tag-logger/tag.html b/kslog/dev.inmo.kslog.common/-tag-logger/tag.html new file mode 100644 index 0000000..84099a5 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/-tag-logger/tag.html @@ -0,0 +1,77 @@ + + + + + tag + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

tag

+
+
+
+
val tag: String
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/assert.html b/kslog/dev.inmo.kslog.common/assert.html index 36c0d5d..02eb53e 100644 --- a/kslog/dev.inmo.kslog.common/assert.html +++ b/kslog/dev.inmo.kslog.common/assert.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/d.html b/kslog/dev.inmo.kslog.common/d.html index 348600f..ff570ae 100644 --- a/kslog/dev.inmo.kslog.common/d.html +++ b/kslog/dev.inmo.kslog.common/d.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/debug.html b/kslog/dev.inmo.kslog.common/debug.html index 1f25a53..b23b975 100644 --- a/kslog/dev.inmo.kslog.common/debug.html +++ b/kslog/dev.inmo.kslog.common/debug.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/e.html b/kslog/dev.inmo.kslog.common/e.html index 1a454c1..587b741 100644 --- a/kslog/dev.inmo.kslog.common/e.html +++ b/kslog/dev.inmo.kslog.common/e.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/error.html b/kslog/dev.inmo.kslog.common/error.html index 1b6c626..6d96709 100644 --- a/kslog/dev.inmo.kslog.common/error.html +++ b/kslog/dev.inmo.kslog.common/error.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/i.html b/kslog/dev.inmo.kslog.common/i.html index 221757c..0b32642 100644 --- a/kslog/dev.inmo.kslog.common/i.html +++ b/kslog/dev.inmo.kslog.common/i.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/index.html b/kslog/dev.inmo.kslog.common/index.html index 2b4a0af..6081bc8 100644 --- a/kslog/dev.inmo.kslog.common/index.html +++ b/kslog/dev.inmo.kslog.common/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
@@ -108,6 +108,23 @@ if(savedDarkMode === true){
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
value class TagLogger(val tag: String) : KSLog
+
+
+
+

Functions

@@ -246,19 +263,19 @@ if(savedDarkMode === true){
- +
- +
Link copied to clipboard
-
actual fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog
expect fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(defaultTag: String, levels: Set<LogLevel>): KSLog
fun KSLog(messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog
actual fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
actual fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(    logger: Logger,     filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean,     messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String): CallbackKSLog
fun KSLog(    defaultTag: String,     logger: Logger,     filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean = { _, _, _, _ -> true }): KSLog
+
actual fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog
expect fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(defaultTag: String, levels: Iterable<LogLevel>): KSLog
inline fun KSLog(    defaultTag: String,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
fun KSLog(messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog
actual fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
actual fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(    logger: Logger,     filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean,     messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String): CallbackKSLog
fun KSLog(    defaultTag: String,     logger: Logger,     filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean = { _, _, _, _ -> true }): KSLog
@@ -396,7 +413,7 @@ if(savedDarkMode === true){
-
val Any.logger: CallbackKSLog
+
val Any.logger: KSLog
diff --git a/kslog/dev.inmo.kslog.common/info.html b/kslog/dev.inmo.kslog.common/info.html index adbe1f4..65315b8 100644 --- a/kslog/dev.inmo.kslog.common/info.html +++ b/kslog/dev.inmo.kslog.common/info.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/invoke.html b/kslog/dev.inmo.kslog.common/invoke.html index 95fac03..dd74fb9 100644 --- a/kslog/dev.inmo.kslog.common/invoke.html +++ b/kslog/dev.inmo.kslog.common/invoke.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/l.html b/kslog/dev.inmo.kslog.common/l.html index eaf0ee2..c54129e 100644 --- a/kslog/dev.inmo.kslog.common/l.html +++ b/kslog/dev.inmo.kslog.common/l.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/log-tag.html b/kslog/dev.inmo.kslog.common/log-tag.html index b0d121e..fe776bc 100644 --- a/kslog/dev.inmo.kslog.common/log-tag.html +++ b/kslog/dev.inmo.kslog.common/log-tag.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/log.html b/kslog/dev.inmo.kslog.common/log.html index d47b2aa..cdff8ac 100644 --- a/kslog/dev.inmo.kslog.common/log.html +++ b/kslog/dev.inmo.kslog.common/log.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/logger.html b/kslog/dev.inmo.kslog.common/logger.html index cf83ac0..209c15b 100644 --- a/kslog/dev.inmo.kslog.common/logger.html +++ b/kslog/dev.inmo.kslog.common/logger.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
@@ -52,7 +52,7 @@ if(savedDarkMode === true){
-
val Any.logger: CallbackKSLog
+
val Any.logger: KSLog

Sources

diff --git a/kslog/dev.inmo.kslog.common/v.html b/kslog/dev.inmo.kslog.common/v.html index dd1b94c..efa8d53 100644 --- a/kslog/dev.inmo.kslog.common/v.html +++ b/kslog/dev.inmo.kslog.common/v.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/verbose.html b/kslog/dev.inmo.kslog.common/verbose.html index c1de14c..4ea7cef 100644 --- a/kslog/dev.inmo.kslog.common/verbose.html +++ b/kslog/dev.inmo.kslog.common/verbose.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/w.html b/kslog/dev.inmo.kslog.common/w.html index ce44f89..0e5a8db 100644 --- a/kslog/dev.inmo.kslog.common/w.html +++ b/kslog/dev.inmo.kslog.common/w.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/warning.html b/kslog/dev.inmo.kslog.common/warning.html index 527d62d..05f6f88 100644 --- a/kslog/dev.inmo.kslog.common/warning.html +++ b/kslog/dev.inmo.kslog.common/warning.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/dev.inmo.kslog.common/wtf.html b/kslog/dev.inmo.kslog.common/wtf.html index c9aaba5..a9e72cc 100644 --- a/kslog/dev.inmo.kslog.common/wtf.html +++ b/kslog/dev.inmo.kslog.common/wtf.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.1
+0.0.2
diff --git a/kslog/package-list b/kslog/package-list index cd02f0c..4d89a9a 100644 --- a/kslog/package-list +++ b/kslog/package-list @@ -3,10 +3,11 @@ $dokka.linkExtension:html $dokka.location:dev.inmo.kslog.common////PointingToDeclaration/kslog/dev.inmo.kslog.common/index.html $dokka.location:dev.inmo.kslog.common//KSLog/#java.util.logging.Logger#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String?,kotlin.String,kotlin.Throwable?,kotlin.Boolean]#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String?,kotlin.String,kotlin.Throwable?,kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log.html $dokka.location:dev.inmo.kslog.common//KSLog/#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String?,kotlin.String,kotlin.Throwable?,kotlin.String]#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String?,kotlin.String,kotlin.Throwable?,kotlin.Boolean]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log.html +$dokka.location:dev.inmo.kslog.common//KSLog/#kotlin.String#dev.inmo.kslog.common.LogLevel#dev.inmo.kslog.common.LogLevel#kotlin.Array[dev.inmo.kslog.common.LogLevel]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log.html $dokka.location:dev.inmo.kslog.common//KSLog/#kotlin.String#dev.inmo.kslog.common.LogLevel/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log.html $dokka.location:dev.inmo.kslog.common//KSLog/#kotlin.String#java.util.logging.Logger#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String,kotlin.String,kotlin.Throwable?,kotlin.Boolean]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log.html $dokka.location:dev.inmo.kslog.common//KSLog/#kotlin.String#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String,kotlin.String,kotlin.Throwable?,kotlin.Boolean]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log.html -$dokka.location:dev.inmo.kslog.common//KSLog/#kotlin.String#kotlin.collections.Set[dev.inmo.kslog.common.LogLevel]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log.html +$dokka.location:dev.inmo.kslog.common//KSLog/#kotlin.String#kotlin.collections.Iterable[dev.inmo.kslog.common.LogLevel]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log.html $dokka.location:dev.inmo.kslog.common//assert/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/assert.html $dokka.location:dev.inmo.kslog.common//assert/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/assert.html $dokka.location:dev.inmo.kslog.common//assert/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/assert.html @@ -67,5 +68,9 @@ $dokka.location:dev.inmo.kslog.common/LogLevel.INFO///PointingToDeclaration/{"or $dokka.location:dev.inmo.kslog.common/LogLevel.VERBOSE///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}kslog/dev.inmo.kslog.common/-log-level/-v-e-r-b-o-s-e/index.html $dokka.location:dev.inmo.kslog.common/LogLevel.WARNING///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}kslog/dev.inmo.kslog.common/-log-level/-w-a-r-n-i-n-g/index.html $dokka.location:dev.inmo.kslog.common/LogLevel///PointingToDeclaration/kslog/dev.inmo.kslog.common/-log-level/index.html +$dokka.location:dev.inmo.kslog.common/TagLogger///PointingToDeclaration/kslog/dev.inmo.kslog.common/-tag-logger/index.html +$dokka.location:dev.inmo.kslog.common/TagLogger/TagLogger/#kotlin.String/PointingToDeclaration/kslog/dev.inmo.kslog.common/-tag-logger/-tag-logger.html +$dokka.location:dev.inmo.kslog.common/TagLogger/performLog/#dev.inmo.kslog.common.LogLevel#kotlin.String?#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/-tag-logger/perform-log.html +$dokka.location:dev.inmo.kslog.common/TagLogger/tag/#/PointingToDeclaration/kslog/dev.inmo.kslog.common/-tag-logger/tag.html dev.inmo.kslog.common diff --git a/navigation.html b/navigation.html index 403d361..daee1c3 100644 --- a/navigation.html +++ b/navigation.html @@ -32,7 +32,7 @@ -
+
@@ -68,19 +68,22 @@ -
+
+ +
+
-
+ -
+
-
+ -
+
diff --git a/scripts/pages.json b/scripts/pages.json index a75e319..fff3278 100644 --- a/scripts/pages.json +++ b/scripts/pages.json @@ -1 +1 @@ -[{"name":"ASSERT()","description":"dev.inmo.kslog.common.LogLevel.ASSERT","location":"kslog/dev.inmo.kslog.common/-log-level/-a-s-s-e-r-t/index.html","searchKeys":["ASSERT","ASSERT()","dev.inmo.kslog.common.LogLevel.ASSERT"]},{"name":"DEBUG()","description":"dev.inmo.kslog.common.LogLevel.DEBUG","location":"kslog/dev.inmo.kslog.common/-log-level/-d-e-b-u-g/index.html","searchKeys":["DEBUG","DEBUG()","dev.inmo.kslog.common.LogLevel.DEBUG"]},{"name":"ERROR()","description":"dev.inmo.kslog.common.LogLevel.ERROR","location":"kslog/dev.inmo.kslog.common/-log-level/-e-r-r-o-r/index.html","searchKeys":["ERROR","ERROR()","dev.inmo.kslog.common.LogLevel.ERROR"]},{"name":"INFO()","description":"dev.inmo.kslog.common.LogLevel.INFO","location":"kslog/dev.inmo.kslog.common/-log-level/-i-n-f-o/index.html","searchKeys":["INFO","INFO()","dev.inmo.kslog.common.LogLevel.INFO"]},{"name":"VERBOSE()","description":"dev.inmo.kslog.common.LogLevel.VERBOSE","location":"kslog/dev.inmo.kslog.common/-log-level/-v-e-r-b-o-s-e/index.html","searchKeys":["VERBOSE","VERBOSE()","dev.inmo.kslog.common.LogLevel.VERBOSE"]},{"name":"WARNING()","description":"dev.inmo.kslog.common.LogLevel.WARNING","location":"kslog/dev.inmo.kslog.common/-log-level/-w-a-r-n-i-n-g/index.html","searchKeys":["WARNING","WARNING()","dev.inmo.kslog.common.LogLevel.WARNING"]},{"name":"abstract fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","description":"dev.inmo.kslog.common.KSLog.performLog","location":"kslog/dev.inmo.kslog.common/-k-s-log/perform-log.html","searchKeys":["performLog","abstract fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","dev.inmo.kslog.common.KSLog.performLog"]},{"name":"class CallbackKSLog(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit) : KSLog","description":"dev.inmo.kslog.common.CallbackKSLog","location":"kslog/dev.inmo.kslog.common/-callback-k-s-log/index.html","searchKeys":["CallbackKSLog","class CallbackKSLog(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit) : KSLog","dev.inmo.kslog.common.CallbackKSLog"]},{"name":"enum LogLevel : Enum ","description":"dev.inmo.kslog.common.LogLevel","location":"kslog/dev.inmo.kslog.common/-log-level/index.html","searchKeys":["LogLevel","enum LogLevel : Enum ","dev.inmo.kslog.common.LogLevel"]},{"name":"expect fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","expect fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun CallbackKSLog(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit)","description":"dev.inmo.kslog.common.CallbackKSLog.CallbackKSLog","location":"kslog/dev.inmo.kslog.common/-callback-k-s-log/-callback-k-s-log.html","searchKeys":["CallbackKSLog","fun CallbackKSLog(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit)","dev.inmo.kslog.common.CallbackKSLog.CallbackKSLog"]},{"name":"fun KSLog(defaultTag: String, levels: Set): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, levels: Set): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, logger: Logger, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean = { _, _, _, _ -> true }): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, logger: Logger, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean = { _, _, _, _ -> true }): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(logger: Logger, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean, messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String): CallbackKSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(logger: Logger, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean, messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String): CallbackKSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog","dev.inmo.kslog.common.KSLog"]},{"name":"inline fun KSLog.assert(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.assert","location":"kslog/dev.inmo.kslog.common/assert.html","searchKeys":["assert","inline fun KSLog.assert(message: String, e: Throwable? = null)","dev.inmo.kslog.common.assert"]},{"name":"inline fun KSLog.assert(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.assert","location":"kslog/dev.inmo.kslog.common/assert.html","searchKeys":["assert","inline fun KSLog.assert(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.assert"]},{"name":"inline fun KSLog.assert(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.assert","location":"kslog/dev.inmo.kslog.common/assert.html","searchKeys":["assert","inline fun KSLog.assert(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.assert"]},{"name":"inline fun KSLog.d(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.d","location":"kslog/dev.inmo.kslog.common/d.html","searchKeys":["d","inline fun KSLog.d(message: String, e: Throwable? = null)","dev.inmo.kslog.common.d"]},{"name":"inline fun KSLog.d(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.d","location":"kslog/dev.inmo.kslog.common/d.html","searchKeys":["d","inline fun KSLog.d(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.d"]},{"name":"inline fun KSLog.d(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.d","location":"kslog/dev.inmo.kslog.common/d.html","searchKeys":["d","inline fun KSLog.d(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.d"]},{"name":"inline fun KSLog.debug(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.debug","location":"kslog/dev.inmo.kslog.common/debug.html","searchKeys":["debug","inline fun KSLog.debug(message: String, e: Throwable? = null)","dev.inmo.kslog.common.debug"]},{"name":"inline fun KSLog.debug(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.debug","location":"kslog/dev.inmo.kslog.common/debug.html","searchKeys":["debug","inline fun KSLog.debug(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.debug"]},{"name":"inline fun KSLog.debug(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.debug","location":"kslog/dev.inmo.kslog.common/debug.html","searchKeys":["debug","inline fun KSLog.debug(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.debug"]},{"name":"inline fun KSLog.e(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.e","location":"kslog/dev.inmo.kslog.common/e.html","searchKeys":["e","inline fun KSLog.e(message: String, e: Throwable? = null)","dev.inmo.kslog.common.e"]},{"name":"inline fun KSLog.e(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.e","location":"kslog/dev.inmo.kslog.common/e.html","searchKeys":["e","inline fun KSLog.e(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.e"]},{"name":"inline fun KSLog.e(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.e","location":"kslog/dev.inmo.kslog.common/e.html","searchKeys":["e","inline fun KSLog.e(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.e"]},{"name":"inline fun KSLog.error(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.error","location":"kslog/dev.inmo.kslog.common/error.html","searchKeys":["error","inline fun KSLog.error(message: String, e: Throwable? = null)","dev.inmo.kslog.common.error"]},{"name":"inline fun KSLog.error(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.error","location":"kslog/dev.inmo.kslog.common/error.html","searchKeys":["error","inline fun KSLog.error(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.error"]},{"name":"inline fun KSLog.error(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.error","location":"kslog/dev.inmo.kslog.common/error.html","searchKeys":["error","inline fun KSLog.error(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.error"]},{"name":"inline fun KSLog.i(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.i","location":"kslog/dev.inmo.kslog.common/i.html","searchKeys":["i","inline fun KSLog.i(message: String, e: Throwable? = null)","dev.inmo.kslog.common.i"]},{"name":"inline fun KSLog.i(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.i","location":"kslog/dev.inmo.kslog.common/i.html","searchKeys":["i","inline fun KSLog.i(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.i"]},{"name":"inline fun KSLog.i(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.i","location":"kslog/dev.inmo.kslog.common/i.html","searchKeys":["i","inline fun KSLog.i(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.i"]},{"name":"inline fun KSLog.info(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.info","location":"kslog/dev.inmo.kslog.common/info.html","searchKeys":["info","inline fun KSLog.info(message: String, e: Throwable? = null)","dev.inmo.kslog.common.info"]},{"name":"inline fun KSLog.info(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.info","location":"kslog/dev.inmo.kslog.common/info.html","searchKeys":["info","inline fun KSLog.info(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.info"]},{"name":"inline fun KSLog.info(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.info","location":"kslog/dev.inmo.kslog.common/info.html","searchKeys":["info","inline fun KSLog.info(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.info"]},{"name":"inline fun KSLog.l(level: LogLevel, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.l","location":"kslog/dev.inmo.kslog.common/l.html","searchKeys":["l","inline fun KSLog.l(level: LogLevel, message: String, e: Throwable? = null)","dev.inmo.kslog.common.l"]},{"name":"inline fun KSLog.l(level: LogLevel, tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.l","location":"kslog/dev.inmo.kslog.common/l.html","searchKeys":["l","inline fun KSLog.l(level: LogLevel, tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.l"]},{"name":"inline fun KSLog.l(level: LogLevel, tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.l","location":"kslog/dev.inmo.kslog.common/l.html","searchKeys":["l","inline fun KSLog.l(level: LogLevel, tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.l"]},{"name":"inline fun KSLog.log(level: LogLevel, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.log","location":"kslog/dev.inmo.kslog.common/log.html","searchKeys":["log","inline fun KSLog.log(level: LogLevel, message: String, e: Throwable? = null)","dev.inmo.kslog.common.log"]},{"name":"inline fun KSLog.log(level: LogLevel, tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.log","location":"kslog/dev.inmo.kslog.common/log.html","searchKeys":["log","inline fun KSLog.log(level: LogLevel, tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.log"]},{"name":"inline fun KSLog.log(level: LogLevel, tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.log","location":"kslog/dev.inmo.kslog.common/log.html","searchKeys":["log","inline fun KSLog.log(level: LogLevel, tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.log"]},{"name":"inline fun KSLog.v(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.v","location":"kslog/dev.inmo.kslog.common/v.html","searchKeys":["v","inline fun KSLog.v(message: String, e: Throwable? = null)","dev.inmo.kslog.common.v"]},{"name":"inline fun KSLog.v(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.v","location":"kslog/dev.inmo.kslog.common/v.html","searchKeys":["v","inline fun KSLog.v(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.v"]},{"name":"inline fun KSLog.v(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.v","location":"kslog/dev.inmo.kslog.common/v.html","searchKeys":["v","inline fun KSLog.v(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.v"]},{"name":"inline fun KSLog.verbose(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.verbose","location":"kslog/dev.inmo.kslog.common/verbose.html","searchKeys":["verbose","inline fun KSLog.verbose(message: String, e: Throwable? = null)","dev.inmo.kslog.common.verbose"]},{"name":"inline fun KSLog.verbose(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.verbose","location":"kslog/dev.inmo.kslog.common/verbose.html","searchKeys":["verbose","inline fun KSLog.verbose(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.verbose"]},{"name":"inline fun KSLog.verbose(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.verbose","location":"kslog/dev.inmo.kslog.common/verbose.html","searchKeys":["verbose","inline fun KSLog.verbose(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.verbose"]},{"name":"inline fun KSLog.w(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.w","location":"kslog/dev.inmo.kslog.common/w.html","searchKeys":["w","inline fun KSLog.w(message: String, e: Throwable? = null)","dev.inmo.kslog.common.w"]},{"name":"inline fun KSLog.w(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.w","location":"kslog/dev.inmo.kslog.common/w.html","searchKeys":["w","inline fun KSLog.w(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.w"]},{"name":"inline fun KSLog.w(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.w","location":"kslog/dev.inmo.kslog.common/w.html","searchKeys":["w","inline fun KSLog.w(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.w"]},{"name":"inline fun KSLog.warning(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.warning","location":"kslog/dev.inmo.kslog.common/warning.html","searchKeys":["warning","inline fun KSLog.warning(message: String, e: Throwable? = null)","dev.inmo.kslog.common.warning"]},{"name":"inline fun KSLog.warning(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.warning","location":"kslog/dev.inmo.kslog.common/warning.html","searchKeys":["warning","inline fun KSLog.warning(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.warning"]},{"name":"inline fun KSLog.warning(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.warning","location":"kslog/dev.inmo.kslog.common/warning.html","searchKeys":["warning","inline fun KSLog.warning(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.warning"]},{"name":"inline fun KSLog.wtf(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.wtf","location":"kslog/dev.inmo.kslog.common/wtf.html","searchKeys":["wtf","inline fun KSLog.wtf(message: String, e: Throwable? = null)","dev.inmo.kslog.common.wtf"]},{"name":"inline fun KSLog.wtf(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.wtf","location":"kslog/dev.inmo.kslog.common/wtf.html","searchKeys":["wtf","inline fun KSLog.wtf(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.wtf"]},{"name":"inline fun KSLog.wtf(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.wtf","location":"kslog/dev.inmo.kslog.common/wtf.html","searchKeys":["wtf","inline fun KSLog.wtf(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.wtf"]},{"name":"interface KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log/index.html","searchKeys":["KSLog","interface KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"object Companion : KSLog","description":"dev.inmo.kslog.common.KSLog.Companion","location":"kslog/dev.inmo.kslog.common/-k-s-log/-companion/index.html","searchKeys":["Companion","object Companion : KSLog","dev.inmo.kslog.common.KSLog.Companion"]},{"name":"open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","description":"dev.inmo.kslog.common.CallbackKSLog.performLog","location":"kslog/dev.inmo.kslog.common/-callback-k-s-log/perform-log.html","searchKeys":["performLog","open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","dev.inmo.kslog.common.CallbackKSLog.performLog"]},{"name":"open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","description":"dev.inmo.kslog.common.KSLog.Companion.performLog","location":"kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log.html","searchKeys":["performLog","open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","dev.inmo.kslog.common.KSLog.Companion.performLog"]},{"name":"operator fun KSLog.invoke(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit): CallbackKSLog","description":"dev.inmo.kslog.common.invoke","location":"kslog/dev.inmo.kslog.common/invoke.html","searchKeys":["invoke","operator fun KSLog.invoke(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit): CallbackKSLog","dev.inmo.kslog.common.invoke"]},{"name":"val Any.logTag: String","description":"dev.inmo.kslog.common.logTag","location":"kslog/dev.inmo.kslog.common/log-tag.html","searchKeys":["logTag","val Any.logTag: String","dev.inmo.kslog.common.logTag"]},{"name":"val Any.logger: CallbackKSLog","description":"dev.inmo.kslog.common.logger","location":"kslog/dev.inmo.kslog.common/logger.html","searchKeys":["logger","val Any.logger: CallbackKSLog","dev.inmo.kslog.common.logger"]},{"name":"var default: KSLog","description":"dev.inmo.kslog.common.KSLog.Companion.default","location":"kslog/dev.inmo.kslog.common/-k-s-log/-companion/default.html","searchKeys":["default","var default: KSLog","dev.inmo.kslog.common.KSLog.Companion.default"]}] +[{"name":"ASSERT()","description":"dev.inmo.kslog.common.LogLevel.ASSERT","location":"kslog/dev.inmo.kslog.common/-log-level/-a-s-s-e-r-t/index.html","searchKeys":["ASSERT","ASSERT()","dev.inmo.kslog.common.LogLevel.ASSERT"]},{"name":"DEBUG()","description":"dev.inmo.kslog.common.LogLevel.DEBUG","location":"kslog/dev.inmo.kslog.common/-log-level/-d-e-b-u-g/index.html","searchKeys":["DEBUG","DEBUG()","dev.inmo.kslog.common.LogLevel.DEBUG"]},{"name":"ERROR()","description":"dev.inmo.kslog.common.LogLevel.ERROR","location":"kslog/dev.inmo.kslog.common/-log-level/-e-r-r-o-r/index.html","searchKeys":["ERROR","ERROR()","dev.inmo.kslog.common.LogLevel.ERROR"]},{"name":"INFO()","description":"dev.inmo.kslog.common.LogLevel.INFO","location":"kslog/dev.inmo.kslog.common/-log-level/-i-n-f-o/index.html","searchKeys":["INFO","INFO()","dev.inmo.kslog.common.LogLevel.INFO"]},{"name":"VERBOSE()","description":"dev.inmo.kslog.common.LogLevel.VERBOSE","location":"kslog/dev.inmo.kslog.common/-log-level/-v-e-r-b-o-s-e/index.html","searchKeys":["VERBOSE","VERBOSE()","dev.inmo.kslog.common.LogLevel.VERBOSE"]},{"name":"WARNING()","description":"dev.inmo.kslog.common.LogLevel.WARNING","location":"kslog/dev.inmo.kslog.common/-log-level/-w-a-r-n-i-n-g/index.html","searchKeys":["WARNING","WARNING()","dev.inmo.kslog.common.LogLevel.WARNING"]},{"name":"abstract fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","description":"dev.inmo.kslog.common.KSLog.performLog","location":"kslog/dev.inmo.kslog.common/-k-s-log/perform-log.html","searchKeys":["performLog","abstract fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","dev.inmo.kslog.common.KSLog.performLog"]},{"name":"class CallbackKSLog(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit) : KSLog","description":"dev.inmo.kslog.common.CallbackKSLog","location":"kslog/dev.inmo.kslog.common/-callback-k-s-log/index.html","searchKeys":["CallbackKSLog","class CallbackKSLog(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit) : KSLog","dev.inmo.kslog.common.CallbackKSLog"]},{"name":"enum LogLevel : Enum ","description":"dev.inmo.kslog.common.LogLevel","location":"kslog/dev.inmo.kslog.common/-log-level/index.html","searchKeys":["LogLevel","enum LogLevel : Enum ","dev.inmo.kslog.common.LogLevel"]},{"name":"expect fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","expect fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun CallbackKSLog(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit)","description":"dev.inmo.kslog.common.CallbackKSLog.CallbackKSLog","location":"kslog/dev.inmo.kslog.common/-callback-k-s-log/-callback-k-s-log.html","searchKeys":["CallbackKSLog","fun CallbackKSLog(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit)","dev.inmo.kslog.common.CallbackKSLog.CallbackKSLog"]},{"name":"fun KSLog(defaultTag: String, levels: Iterable): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, levels: Iterable): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, logger: Logger, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean = { _, _, _, _ -> true }): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, logger: Logger, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean = { _, _, _, _ -> true }): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(logger: Logger, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean, messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String): CallbackKSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(logger: Logger, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean, messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String): CallbackKSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun TagLogger(tag: String)","description":"dev.inmo.kslog.common.TagLogger.TagLogger","location":"kslog/dev.inmo.kslog.common/-tag-logger/-tag-logger.html","searchKeys":["TagLogger","fun TagLogger(tag: String)","dev.inmo.kslog.common.TagLogger.TagLogger"]},{"name":"inline fun KSLog(defaultTag: String, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","inline fun KSLog(defaultTag: String, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"inline fun KSLog.assert(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.assert","location":"kslog/dev.inmo.kslog.common/assert.html","searchKeys":["assert","inline fun KSLog.assert(message: String, e: Throwable? = null)","dev.inmo.kslog.common.assert"]},{"name":"inline fun KSLog.assert(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.assert","location":"kslog/dev.inmo.kslog.common/assert.html","searchKeys":["assert","inline fun KSLog.assert(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.assert"]},{"name":"inline fun KSLog.assert(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.assert","location":"kslog/dev.inmo.kslog.common/assert.html","searchKeys":["assert","inline fun KSLog.assert(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.assert"]},{"name":"inline fun KSLog.d(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.d","location":"kslog/dev.inmo.kslog.common/d.html","searchKeys":["d","inline fun KSLog.d(message: String, e: Throwable? = null)","dev.inmo.kslog.common.d"]},{"name":"inline fun KSLog.d(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.d","location":"kslog/dev.inmo.kslog.common/d.html","searchKeys":["d","inline fun KSLog.d(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.d"]},{"name":"inline fun KSLog.d(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.d","location":"kslog/dev.inmo.kslog.common/d.html","searchKeys":["d","inline fun KSLog.d(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.d"]},{"name":"inline fun KSLog.debug(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.debug","location":"kslog/dev.inmo.kslog.common/debug.html","searchKeys":["debug","inline fun KSLog.debug(message: String, e: Throwable? = null)","dev.inmo.kslog.common.debug"]},{"name":"inline fun KSLog.debug(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.debug","location":"kslog/dev.inmo.kslog.common/debug.html","searchKeys":["debug","inline fun KSLog.debug(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.debug"]},{"name":"inline fun KSLog.debug(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.debug","location":"kslog/dev.inmo.kslog.common/debug.html","searchKeys":["debug","inline fun KSLog.debug(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.debug"]},{"name":"inline fun KSLog.e(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.e","location":"kslog/dev.inmo.kslog.common/e.html","searchKeys":["e","inline fun KSLog.e(message: String, e: Throwable? = null)","dev.inmo.kslog.common.e"]},{"name":"inline fun KSLog.e(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.e","location":"kslog/dev.inmo.kslog.common/e.html","searchKeys":["e","inline fun KSLog.e(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.e"]},{"name":"inline fun KSLog.e(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.e","location":"kslog/dev.inmo.kslog.common/e.html","searchKeys":["e","inline fun KSLog.e(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.e"]},{"name":"inline fun KSLog.error(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.error","location":"kslog/dev.inmo.kslog.common/error.html","searchKeys":["error","inline fun KSLog.error(message: String, e: Throwable? = null)","dev.inmo.kslog.common.error"]},{"name":"inline fun KSLog.error(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.error","location":"kslog/dev.inmo.kslog.common/error.html","searchKeys":["error","inline fun KSLog.error(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.error"]},{"name":"inline fun KSLog.error(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.error","location":"kslog/dev.inmo.kslog.common/error.html","searchKeys":["error","inline fun KSLog.error(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.error"]},{"name":"inline fun KSLog.i(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.i","location":"kslog/dev.inmo.kslog.common/i.html","searchKeys":["i","inline fun KSLog.i(message: String, e: Throwable? = null)","dev.inmo.kslog.common.i"]},{"name":"inline fun KSLog.i(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.i","location":"kslog/dev.inmo.kslog.common/i.html","searchKeys":["i","inline fun KSLog.i(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.i"]},{"name":"inline fun KSLog.i(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.i","location":"kslog/dev.inmo.kslog.common/i.html","searchKeys":["i","inline fun KSLog.i(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.i"]},{"name":"inline fun KSLog.info(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.info","location":"kslog/dev.inmo.kslog.common/info.html","searchKeys":["info","inline fun KSLog.info(message: String, e: Throwable? = null)","dev.inmo.kslog.common.info"]},{"name":"inline fun KSLog.info(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.info","location":"kslog/dev.inmo.kslog.common/info.html","searchKeys":["info","inline fun KSLog.info(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.info"]},{"name":"inline fun KSLog.info(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.info","location":"kslog/dev.inmo.kslog.common/info.html","searchKeys":["info","inline fun KSLog.info(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.info"]},{"name":"inline fun KSLog.l(level: LogLevel, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.l","location":"kslog/dev.inmo.kslog.common/l.html","searchKeys":["l","inline fun KSLog.l(level: LogLevel, message: String, e: Throwable? = null)","dev.inmo.kslog.common.l"]},{"name":"inline fun KSLog.l(level: LogLevel, tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.l","location":"kslog/dev.inmo.kslog.common/l.html","searchKeys":["l","inline fun KSLog.l(level: LogLevel, tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.l"]},{"name":"inline fun KSLog.l(level: LogLevel, tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.l","location":"kslog/dev.inmo.kslog.common/l.html","searchKeys":["l","inline fun KSLog.l(level: LogLevel, tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.l"]},{"name":"inline fun KSLog.log(level: LogLevel, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.log","location":"kslog/dev.inmo.kslog.common/log.html","searchKeys":["log","inline fun KSLog.log(level: LogLevel, message: String, e: Throwable? = null)","dev.inmo.kslog.common.log"]},{"name":"inline fun KSLog.log(level: LogLevel, tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.log","location":"kslog/dev.inmo.kslog.common/log.html","searchKeys":["log","inline fun KSLog.log(level: LogLevel, tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.log"]},{"name":"inline fun KSLog.log(level: LogLevel, tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.log","location":"kslog/dev.inmo.kslog.common/log.html","searchKeys":["log","inline fun KSLog.log(level: LogLevel, tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.log"]},{"name":"inline fun KSLog.v(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.v","location":"kslog/dev.inmo.kslog.common/v.html","searchKeys":["v","inline fun KSLog.v(message: String, e: Throwable? = null)","dev.inmo.kslog.common.v"]},{"name":"inline fun KSLog.v(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.v","location":"kslog/dev.inmo.kslog.common/v.html","searchKeys":["v","inline fun KSLog.v(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.v"]},{"name":"inline fun KSLog.v(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.v","location":"kslog/dev.inmo.kslog.common/v.html","searchKeys":["v","inline fun KSLog.v(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.v"]},{"name":"inline fun KSLog.verbose(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.verbose","location":"kslog/dev.inmo.kslog.common/verbose.html","searchKeys":["verbose","inline fun KSLog.verbose(message: String, e: Throwable? = null)","dev.inmo.kslog.common.verbose"]},{"name":"inline fun KSLog.verbose(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.verbose","location":"kslog/dev.inmo.kslog.common/verbose.html","searchKeys":["verbose","inline fun KSLog.verbose(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.verbose"]},{"name":"inline fun KSLog.verbose(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.verbose","location":"kslog/dev.inmo.kslog.common/verbose.html","searchKeys":["verbose","inline fun KSLog.verbose(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.verbose"]},{"name":"inline fun KSLog.w(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.w","location":"kslog/dev.inmo.kslog.common/w.html","searchKeys":["w","inline fun KSLog.w(message: String, e: Throwable? = null)","dev.inmo.kslog.common.w"]},{"name":"inline fun KSLog.w(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.w","location":"kslog/dev.inmo.kslog.common/w.html","searchKeys":["w","inline fun KSLog.w(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.w"]},{"name":"inline fun KSLog.w(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.w","location":"kslog/dev.inmo.kslog.common/w.html","searchKeys":["w","inline fun KSLog.w(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.w"]},{"name":"inline fun KSLog.warning(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.warning","location":"kslog/dev.inmo.kslog.common/warning.html","searchKeys":["warning","inline fun KSLog.warning(message: String, e: Throwable? = null)","dev.inmo.kslog.common.warning"]},{"name":"inline fun KSLog.warning(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.warning","location":"kslog/dev.inmo.kslog.common/warning.html","searchKeys":["warning","inline fun KSLog.warning(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.warning"]},{"name":"inline fun KSLog.warning(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.warning","location":"kslog/dev.inmo.kslog.common/warning.html","searchKeys":["warning","inline fun KSLog.warning(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.warning"]},{"name":"inline fun KSLog.wtf(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.wtf","location":"kslog/dev.inmo.kslog.common/wtf.html","searchKeys":["wtf","inline fun KSLog.wtf(message: String, e: Throwable? = null)","dev.inmo.kslog.common.wtf"]},{"name":"inline fun KSLog.wtf(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.wtf","location":"kslog/dev.inmo.kslog.common/wtf.html","searchKeys":["wtf","inline fun KSLog.wtf(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.wtf"]},{"name":"inline fun KSLog.wtf(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.wtf","location":"kslog/dev.inmo.kslog.common/wtf.html","searchKeys":["wtf","inline fun KSLog.wtf(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.wtf"]},{"name":"interface KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log/index.html","searchKeys":["KSLog","interface KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"object Companion : KSLog","description":"dev.inmo.kslog.common.KSLog.Companion","location":"kslog/dev.inmo.kslog.common/-k-s-log/-companion/index.html","searchKeys":["Companion","object Companion : KSLog","dev.inmo.kslog.common.KSLog.Companion"]},{"name":"open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","description":"dev.inmo.kslog.common.CallbackKSLog.performLog","location":"kslog/dev.inmo.kslog.common/-callback-k-s-log/perform-log.html","searchKeys":["performLog","open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","dev.inmo.kslog.common.CallbackKSLog.performLog"]},{"name":"open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","description":"dev.inmo.kslog.common.KSLog.Companion.performLog","location":"kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log.html","searchKeys":["performLog","open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","dev.inmo.kslog.common.KSLog.Companion.performLog"]},{"name":"open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","description":"dev.inmo.kslog.common.TagLogger.performLog","location":"kslog/dev.inmo.kslog.common/-tag-logger/perform-log.html","searchKeys":["performLog","open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","dev.inmo.kslog.common.TagLogger.performLog"]},{"name":"operator fun KSLog.invoke(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit): CallbackKSLog","description":"dev.inmo.kslog.common.invoke","location":"kslog/dev.inmo.kslog.common/invoke.html","searchKeys":["invoke","operator fun KSLog.invoke(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit): CallbackKSLog","dev.inmo.kslog.common.invoke"]},{"name":"val Any.logTag: String","description":"dev.inmo.kslog.common.logTag","location":"kslog/dev.inmo.kslog.common/log-tag.html","searchKeys":["logTag","val Any.logTag: String","dev.inmo.kslog.common.logTag"]},{"name":"val Any.logger: KSLog","description":"dev.inmo.kslog.common.logger","location":"kslog/dev.inmo.kslog.common/logger.html","searchKeys":["logger","val Any.logger: KSLog","dev.inmo.kslog.common.logger"]},{"name":"val tag: String","description":"dev.inmo.kslog.common.TagLogger.tag","location":"kslog/dev.inmo.kslog.common/-tag-logger/tag.html","searchKeys":["tag","val tag: String","dev.inmo.kslog.common.TagLogger.tag"]},{"name":"value class TagLogger(val tag: String) : KSLog","description":"dev.inmo.kslog.common.TagLogger","location":"kslog/dev.inmo.kslog.common/-tag-logger/index.html","searchKeys":["TagLogger","value class TagLogger(val tag: String) : KSLog","dev.inmo.kslog.common.TagLogger"]},{"name":"var default: KSLog","description":"dev.inmo.kslog.common.KSLog.Companion.default","location":"kslog/dev.inmo.kslog.common/-k-s-log/-companion/default.html","searchKeys":["default","var default: KSLog","dev.inmo.kslog.common.KSLog.Companion.default"]}]