From 7b012105186a03a222307f14eab02229978ba570 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 9 Jun 2022 10:39:00 +0000 Subject: [PATCH] deploy: caf6a2d05c0d08dd30c4f860a6a14cd12e094353 --- index.html | 14 +- .../-callback-k-s-log/-callback-k-s-log.html | 6 +- .../-callback-k-s-log/index.html | 31 +- .../-callback-k-s-log/perform-log.html | 6 +- .../-default-k-s-log/-default-k-s-log.html | 77 +++++ .../-default-k-s-log/filter.html | 77 +++++ .../-default-k-s-log/index.html | 156 +++++++++ .../-default-k-s-log/perform-log-s.html | 77 +++++ .../-default-k-s-log/perform-log.html | 88 +++++ kslog/dev.inmo.kslog.common/-k-s-log.html | 139 +++----- .../-k-s-log/-companion/default.html | 6 +- .../-k-s-log/-companion/index.html | 29 +- .../-k-s-log/-companion/perform-log-s.html | 77 +++++ .../-k-s-log/-companion/perform-log.html | 32 +- .../dev.inmo.kslog.common/-k-s-log/index.html | 326 ++++++++++++++++-- .../-k-s-log/perform-log-s.html | 77 +++++ .../-k-s-log/perform-log.html | 30 +- .../-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 | 2 +- .../-tag-logger/index.html | 27 +- .../-tag-logger/perform-log.html | 2 +- .../-tag-logger/tag.html | 2 +- kslog/dev.inmo.kslog.common/assert-s.html | 77 +++++ kslog/dev.inmo.kslog.common/assert.html | 16 +- kslog/dev.inmo.kslog.common/d-s.html | 77 +++++ kslog/dev.inmo.kslog.common/d.html | 16 +- kslog/dev.inmo.kslog.common/debug-s.html | 77 +++++ kslog/dev.inmo.kslog.common/debug.html | 16 +- .../default-message-formatter.html | 2 +- kslog/dev.inmo.kslog.common/e-s.html | 77 +++++ kslog/dev.inmo.kslog.common/e.html | 16 +- kslog/dev.inmo.kslog.common/error-s.html | 77 +++++ kslog/dev.inmo.kslog.common/error.html | 16 +- kslog/dev.inmo.kslog.common/i-s.html | 77 +++++ kslog/dev.inmo.kslog.common/i.html | 16 +- kslog/dev.inmo.kslog.common/index.html | 303 ++++++++++++++-- kslog/dev.inmo.kslog.common/info-s.html | 77 +++++ kslog/dev.inmo.kslog.common/info.html | 16 +- kslog/dev.inmo.kslog.common/invoke.html | 6 +- kslog/dev.inmo.kslog.common/l-s.html | 77 +++++ kslog/dev.inmo.kslog.common/l.html | 16 +- kslog/dev.inmo.kslog.common/log-s.html | 77 +++++ kslog/dev.inmo.kslog.common/log-tag.html | 2 +- kslog/dev.inmo.kslog.common/log.html | 26 +- kslog/dev.inmo.kslog.common/logger.html | 2 +- kslog/dev.inmo.kslog.common/v-s.html | 77 +++++ kslog/dev.inmo.kslog.common/v.html | 16 +- kslog/dev.inmo.kslog.common/verbose-s.html | 77 +++++ kslog/dev.inmo.kslog.common/verbose.html | 16 +- kslog/dev.inmo.kslog.common/w-s.html | 77 +++++ kslog/dev.inmo.kslog.common/w.html | 16 +- kslog/dev.inmo.kslog.common/warning-s.html | 77 +++++ kslog/dev.inmo.kslog.common/warning.html | 16 +- kslog/dev.inmo.kslog.common/wtf-s.html | 77 +++++ kslog/dev.inmo.kslog.common/wtf.html | 16 +- kslog/package-list | 30 +- navigation.html | 107 ++++-- scripts/pages.json | 2 +- 64 files changed, 2707 insertions(+), 354 deletions(-) create mode 100644 kslog/dev.inmo.kslog.common/-default-k-s-log/-default-k-s-log.html create mode 100644 kslog/dev.inmo.kslog.common/-default-k-s-log/filter.html create mode 100644 kslog/dev.inmo.kslog.common/-default-k-s-log/index.html create mode 100644 kslog/dev.inmo.kslog.common/-default-k-s-log/perform-log-s.html create mode 100644 kslog/dev.inmo.kslog.common/-default-k-s-log/perform-log.html create mode 100644 kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log-s.html create mode 100644 kslog/dev.inmo.kslog.common/-k-s-log/perform-log-s.html create mode 100644 kslog/dev.inmo.kslog.common/assert-s.html create mode 100644 kslog/dev.inmo.kslog.common/d-s.html create mode 100644 kslog/dev.inmo.kslog.common/debug-s.html create mode 100644 kslog/dev.inmo.kslog.common/e-s.html create mode 100644 kslog/dev.inmo.kslog.common/error-s.html create mode 100644 kslog/dev.inmo.kslog.common/i-s.html create mode 100644 kslog/dev.inmo.kslog.common/info-s.html create mode 100644 kslog/dev.inmo.kslog.common/l-s.html create mode 100644 kslog/dev.inmo.kslog.common/log-s.html create mode 100644 kslog/dev.inmo.kslog.common/v-s.html create mode 100644 kslog/dev.inmo.kslog.common/verbose-s.html create mode 100644 kslog/dev.inmo.kslog.common/w-s.html create mode 100644 kslog/dev.inmo.kslog.common/warning-s.html create mode 100644 kslog/dev.inmo.kslog.common/wtf-s.html diff --git a/index.html b/index.html index baf2560..bde3070 100644 --- a/index.html +++ b/index.html @@ -31,12 +31,10 @@ if(savedDarkMode === true){
-0.2.0
+0.3.0
- -
@@ -48,26 +46,24 @@ if(savedDarkMode === true){
-
+

kslog

Packages

-
-
+
+
- +
Link copied to clipboard
-
common
-
js
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 1ec8f88..3d59233 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.2.0
+0.3.0
@@ -54,11 +54,11 @@ if(savedDarkMode === true){
fun CallbackKSLog(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit)

Sources

-
+
- +
Link copied to clipboard
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 1bd5dcc..6643495 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.2.0
+0.3.0
@@ -76,30 +76,47 @@ if(savedDarkMode === true){

Functions

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

Sources

-
+
- +
Link copied to clipboard
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 eb1c386..3a572c8 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.2.0
+0.3.0
@@ -54,11 +54,11 @@ if(savedDarkMode === true){
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/-default-k-s-log/-default-k-s-log.html b/kslog/dev.inmo.kslog.common/-default-k-s-log/-default-k-s-log.html new file mode 100644 index 0000000..022f58a --- /dev/null +++ b/kslog/dev.inmo.kslog.common/-default-k-s-log/-default-k-s-log.html @@ -0,0 +1,77 @@ + + + + + DefaultKSLog + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

DefaultKSLog

+
+
+
+
fun DefaultKSLog(    defaultTag: String,     filter: MessageFilter = { _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter,     logging: (level: LogLevel, tag: String, message: String, throwable: Throwable?) -> Unit = defaultLogging)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/-default-k-s-log/filter.html b/kslog/dev.inmo.kslog.common/-default-k-s-log/filter.html new file mode 100644 index 0000000..5c5cce7 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/-default-k-s-log/filter.html @@ -0,0 +1,77 @@ + + + + + filter + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

filter

+
+
+
+
val filter: MessageFilter
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/-default-k-s-log/index.html b/kslog/dev.inmo.kslog.common/-default-k-s-log/index.html new file mode 100644 index 0000000..7f402ff --- /dev/null +++ b/kslog/dev.inmo.kslog.common/-default-k-s-log/index.html @@ -0,0 +1,156 @@ + + + + + DefaultKSLog + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

DefaultKSLog

+
+
+
class DefaultKSLog(    defaultTag: String,     val filter: MessageFilter = { _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter,     logging: (level: LogLevel, tag: String, message: String, throwable: Throwable?) -> Unit = defaultLogging) : KSLog
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
fun DefaultKSLog(    defaultTag: String,     filter: MessageFilter = { _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter,     logging: (level: LogLevel, tag: String, message: String, throwable: Throwable?) -> Unit = defaultLogging)
+
+
+
+
+
+

Functions

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

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
val filter: MessageFilter
+
+
+
+
+
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/-default-k-s-log/perform-log-s.html b/kslog/dev.inmo.kslog.common/-default-k-s-log/perform-log-s.html new file mode 100644 index 0000000..d5b0680 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/-default-k-s-log/perform-log-s.html @@ -0,0 +1,77 @@ + + + + + performLogS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

performLogS

+
+
+
+
open suspend override fun performLogS(    level: LogLevel,     tag: String?,     throwable: Throwable?,     messageBuilder: suspend () -> String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/-default-k-s-log/perform-log.html b/kslog/dev.inmo.kslog.common/-default-k-s-log/perform-log.html new file mode 100644 index 0000000..d83b038 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/-default-k-s-log/perform-log.html @@ -0,0 +1,88 @@ + + + + + performLog + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

performLog

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

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/-k-s-log.html b/kslog/dev.inmo.kslog.common/-k-s-log.html index ec5fff2..4284d7d 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-log.html +++ b/kslog/dev.inmo.kslog.common/-k-s-log.html @@ -31,12 +31,10 @@ if(savedDarkMode === true){
-0.2.0
+0.3.0
- -
@@ -48,131 +46,98 @@ if(savedDarkMode === true){
-
+

KSLog

-
-
actual fun KSLog(    defaultTag: String,     filter: MessageFilter = { _, _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     levels: Iterable<LogLevel>,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     minLoggingLevel: LogLevel,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
expect fun KSLog(    defaultTag: String,     filter: MessageFilter = { _, _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
actual fun KSLog(    defaultTag: String,     filter: MessageFilter = { _, _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     logger: Logger,     filter: MessageFilter = { _, _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter): CallbackKSLog
fun KSLog(    defaultTag: String,     logger: Logger,     levels: Iterable<LogLevel>,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     logger: Logger,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     logger: Logger,     minLoggingLevel: LogLevel = LogLevel.values().first(),     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
actual fun KSLog(    defaultTag: String,     filter: MessageFilter = { _, _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
+
+
fun KSLog(    defaultTag: String,     filter: MessageFilter = { _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     levels: Iterable<LogLevel>,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     minLoggingLevel: LogLevel,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     logger: Logger,     filter: MessageFilter = { _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter): CallbackKSLog
fun KSLog(    defaultTag: String,     logger: Logger,     levels: Iterable<LogLevel>,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     logger: Logger,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     logger: Logger,     minLoggingLevel: LogLevel = LogLevel.values().first(),     messageFormatter: MessageFormatter = defaultMessageFormatter): 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
-
-
-
-
- +
- - + + +
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 c930f76..c2898e6 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.2.0
+0.3.0
@@ -54,11 +54,11 @@ if(savedDarkMode === true){
var default: KSLog

Sources

-
+
- +
Link copied to clipboard
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 19b73d1..48f8f48 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.2.0
+0.3.0
@@ -57,19 +57,36 @@ if(savedDarkMode === true){

Functions

-
+
- +
Link copied to clipboard
-
open override fun performLog(    level: LogLevel,     tag: String?,     message: String,     throwable: Throwable?)
+
open override fun performLog(    level: LogLevel,     message: String,     throwable: Throwable?)
open override fun performLog(    level: LogLevel,     tag: String?,     message: String,     throwable: Throwable?)
open override fun performLog(    level: LogLevel,     tag: String?,     throwable: Throwable?,     messageBuilder: () -> String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
open suspend override fun performLogS(    level: LogLevel,     tag: String?,     throwable: Throwable?,     messageBuilder: suspend () -> String)
@@ -95,11 +112,11 @@ if(savedDarkMode === true){

Sources

-
+
- +
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log-s.html b/kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log-s.html new file mode 100644 index 0000000..90911f1 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log-s.html @@ -0,0 +1,77 @@ + + + + + performLogS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

performLogS

+
+
+
+
open suspend override fun performLogS(    level: LogLevel,     tag: String?,     throwable: Throwable?,     messageBuilder: suspend () -> String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + 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 4273211..ec97422 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.2.0
+0.3.0
@@ -52,14 +52,36 @@ if(savedDarkMode === true){
-
open override fun performLog(    level: LogLevel,     tag: String?,     message: String,     throwable: Throwable?)
+
open override fun performLog(    level: LogLevel,     tag: String?,     message: String,     throwable: Throwable?)
open override fun performLog(    level: LogLevel,     message: String,     throwable: Throwable?)
open override fun performLog(    level: LogLevel,     tag: String?,     throwable: Throwable?,     messageBuilder: () -> String)

Sources

-
+
- - + + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ +
Link copied to clipboard
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 e970be4..e16905b 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.2.0
+0.3.0
@@ -76,37 +76,43 @@ if(savedDarkMode === true){

Functions

-
+
- +
Link copied to clipboard
-
abstract fun performLog(    level: LogLevel,     tag: String?,     message: String,     throwable: Throwable?)
+
open fun performLog(    level: LogLevel,     message: String,     throwable: Throwable?)
abstract fun performLog(    level: LogLevel,     tag: String?,     message: String,     throwable: Throwable?)
open fun performLog(    level: LogLevel,     tag: String?,     throwable: Throwable?,     messageBuilder: () -> String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
open suspend fun performLogS(    level: LogLevel,     tag: String?,     throwable: Throwable?,     messageBuilder: suspend () -> String)

Inheritors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
- +
@@ -117,6 +123,28 @@ if(savedDarkMode === true){
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@@ -142,7 +170,24 @@ if(savedDarkMode === true){
-
inline fun KSLog.assert(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.assert(message: String, e: Throwable? = null)
inline fun KSLog.assert(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.assert(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.assert(message: String, e: Throwable? = null)
inline fun KSLog.assert(    tag: String,     message: String,     e: Throwable? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.assertS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
@@ -159,7 +204,7 @@ if(savedDarkMode === true){
-
inline fun KSLog.d(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.d(message: String, e: Throwable? = null)
inline fun KSLog.d(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.d(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.d(message: String, e: Throwable? = null)
inline fun KSLog.d(    tag: String,     message: String,     e: Throwable? = null)
@@ -176,7 +221,41 @@ if(savedDarkMode === true){
-
inline fun KSLog.debug(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.debug(message: String, e: Throwable? = null)
inline fun KSLog.debug(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.debug(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.debug(message: String, e: Throwable? = null)
inline fun KSLog.debug(    tag: String,     message: String,     e: Throwable? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.debugS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.dS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
@@ -193,7 +272,7 @@ if(savedDarkMode === true){
-
inline fun KSLog.e(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.e(message: String, e: Throwable? = null)
inline fun KSLog.e(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.e(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.e(message: String, e: Throwable? = null)
inline fun KSLog.e(    tag: String,     message: String,     e: Throwable? = null)
@@ -210,7 +289,41 @@ if(savedDarkMode === true){
-
inline fun KSLog.error(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.error(message: String, e: Throwable? = null)
inline fun KSLog.error(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.error(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.error(message: String, e: Throwable? = null)
inline fun KSLog.error(    tag: String,     message: String,     e: Throwable? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.errorS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.eS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
@@ -227,7 +340,7 @@ if(savedDarkMode === true){
-
inline fun KSLog.i(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.i(message: String, e: Throwable? = null)
inline fun KSLog.i(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.i(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.i(message: String, e: Throwable? = null)
inline fun KSLog.i(    tag: String,     message: String,     e: Throwable? = null)
@@ -244,7 +357,24 @@ if(savedDarkMode === true){
-
inline fun KSLog.info(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.info(message: String, e: Throwable? = null)
inline fun KSLog.info(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.info(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.info(message: String, e: Throwable? = null)
inline fun KSLog.info(    tag: String,     message: String,     e: Throwable? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.infoS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
@@ -266,6 +396,23 @@ if(savedDarkMode === true){
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.iS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+
+
+
+
@@ -278,7 +425,7 @@ if(savedDarkMode === true){
-
inline fun KSLog.l(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.l(    level: LogLevel,     message: String,     e: Throwable? = null)
inline fun KSLog.l(    level: LogLevel,     tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.l(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.l(    level: LogLevel,     message: String,     e: Throwable? = null)
inline fun KSLog.l(    level: LogLevel,     tag: String,     message: String,     e: Throwable? = null)
@@ -295,7 +442,41 @@ if(savedDarkMode === true){
-
inline fun KSLog.log(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.log(    level: LogLevel,     message: String,     e: Throwable? = null)
inline fun KSLog.log(    level: LogLevel,     tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.log(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.log(    level: LogLevel,     message: String,     e: Throwable? = null)
inline fun KSLog.log(    level: LogLevel,     tag: String,     message: String,     e: Throwable? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.logS(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.lS(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
@@ -312,7 +493,7 @@ if(savedDarkMode === true){
-
inline fun KSLog.v(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.v(message: String, e: Throwable? = null)
inline fun KSLog.v(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.v(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.v(message: String, e: Throwable? = null)
inline fun KSLog.v(    tag: String,     message: String,     e: Throwable? = null)
@@ -329,7 +510,41 @@ if(savedDarkMode === true){
-
inline fun KSLog.verbose(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.verbose(message: String, e: Throwable? = null)
inline fun KSLog.verbose(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.verbose(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.verbose(message: String, e: Throwable? = null)
inline fun KSLog.verbose(    tag: String,     message: String,     e: Throwable? = null)
+
+
+
+ + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.verboseS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.vS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
@@ -346,7 +561,7 @@ if(savedDarkMode === true){
-
inline fun KSLog.w(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.w(message: String, e: Throwable? = null)
inline fun KSLog.w(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.w(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.w(message: String, e: Throwable? = null)
inline fun KSLog.w(    tag: String,     message: String,     e: Throwable? = null)
@@ -363,7 +578,41 @@ if(savedDarkMode === true){
-
inline fun KSLog.warning(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.warning(message: String, e: Throwable? = null)
inline fun KSLog.warning(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.warning(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.warning(message: String, e: Throwable? = null)
inline fun KSLog.warning(    tag: String,     message: String,     e: Throwable? = null)
+ + + + + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.warningS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.wS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
@@ -380,7 +629,24 @@ if(savedDarkMode === true){
-
inline fun KSLog.wtf(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.wtf(message: String, e: Throwable? = null)
inline fun KSLog.wtf(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.wtf(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.wtf(message: String, e: Throwable? = null)
inline fun KSLog.wtf(    tag: String,     message: String,     e: Throwable? = null)
+
+ + + + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.wtfS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
diff --git a/kslog/dev.inmo.kslog.common/-k-s-log/perform-log-s.html b/kslog/dev.inmo.kslog.common/-k-s-log/perform-log-s.html new file mode 100644 index 0000000..69be56f --- /dev/null +++ b/kslog/dev.inmo.kslog.common/-k-s-log/perform-log-s.html @@ -0,0 +1,77 @@ + + + + + performLogS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

performLogS

+
+
+
+
open suspend fun performLogS(    level: LogLevel,     tag: String?,     throwable: Throwable?,     messageBuilder: suspend () -> String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + 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 4c33c93..53f7dee 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.2.0
+0.3.0
@@ -52,14 +52,36 @@ if(savedDarkMode === true){
-
abstract fun performLog(    level: LogLevel,     tag: String?,     message: String,     throwable: Throwable?)
+
abstract fun performLog(    level: LogLevel,     tag: String?,     message: String,     throwable: Throwable?)
open fun performLog(    level: LogLevel,     message: String,     throwable: Throwable?)
open fun performLog(    level: LogLevel,     tag: String?,     throwable: Throwable?,     messageBuilder: () -> String)

Sources

-
+
- + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ +
Link copied to clipboard
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 0afe4d2..2f76427 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.2.0
+0.3.0
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 257659a..dacc5ba 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.2.0
+0.3.0
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 fc4482f..4fff994 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.2.0
+0.3.0
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 743d819..e6ab8d3 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.2.0
+0.3.0
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 85cb0df..9acc91d 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.2.0
+0.3.0
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 f2eadb7..0778d73 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.2.0
+0.3.0
diff --git a/kslog/dev.inmo.kslog.common/-log-level/index.html b/kslog/dev.inmo.kslog.common/-log-level/index.html index 3006cd7..720a4b6 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.2.0
+0.3.0
diff --git a/kslog/dev.inmo.kslog.common/-tag-logger/-tag-logger.html b/kslog/dev.inmo.kslog.common/-tag-logger/-tag-logger.html index 8e46ee9..f2dd19a 100644 --- a/kslog/dev.inmo.kslog.common/-tag-logger/-tag-logger.html +++ b/kslog/dev.inmo.kslog.common/-tag-logger/-tag-logger.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.2.0
+0.3.0
diff --git a/kslog/dev.inmo.kslog.common/-tag-logger/index.html b/kslog/dev.inmo.kslog.common/-tag-logger/index.html index 7699a25..62c2ae1 100644 --- a/kslog/dev.inmo.kslog.common/-tag-logger/index.html +++ b/kslog/dev.inmo.kslog.common/-tag-logger/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.2.0
+0.3.0
@@ -76,19 +76,36 @@ if(savedDarkMode === true){

Functions

-
+
- - + +
Link copied to clipboard
-
open override fun performLog(    level: LogLevel,     tag: String?,     message: String,     throwable: Throwable?)
+
open fun performLog(    level: LogLevel,     message: String,     throwable: Throwable?)
open fun performLog(    level: LogLevel,     tag: String?,     throwable: Throwable?,     messageBuilder: () -> String)
open override fun performLog(    level: LogLevel,     tag: String?,     message: String,     throwable: Throwable?)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
open suspend fun performLogS(    level: LogLevel,     tag: String?,     throwable: Throwable?,     messageBuilder: suspend () -> String)
diff --git a/kslog/dev.inmo.kslog.common/-tag-logger/perform-log.html b/kslog/dev.inmo.kslog.common/-tag-logger/perform-log.html index 05bb7d8..084b192 100644 --- a/kslog/dev.inmo.kslog.common/-tag-logger/perform-log.html +++ b/kslog/dev.inmo.kslog.common/-tag-logger/perform-log.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.2.0
+0.3.0
diff --git a/kslog/dev.inmo.kslog.common/-tag-logger/tag.html b/kslog/dev.inmo.kslog.common/-tag-logger/tag.html index e3e5037..a519197 100644 --- a/kslog/dev.inmo.kslog.common/-tag-logger/tag.html +++ b/kslog/dev.inmo.kslog.common/-tag-logger/tag.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.2.0
+0.3.0
diff --git a/kslog/dev.inmo.kslog.common/assert-s.html b/kslog/dev.inmo.kslog.common/assert-s.html new file mode 100644 index 0000000..9928d46 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/assert-s.html @@ -0,0 +1,77 @@ + + + + + assertS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

assertS

+
+
+
+
inline suspend fun KSLog.assertS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> 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 67469ba..c4a2589 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.2.0
+0.3.0
@@ -52,35 +52,35 @@ if(savedDarkMode === true){
-
inline fun KSLog.assert(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.assert(message: String, e: Throwable? = null)
inline fun KSLog.assert(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.assert(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.assert(message: String, e: Throwable? = null)
inline fun KSLog.assert(    tag: String,     message: String,     e: Throwable? = null)

Sources

-
+
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/d-s.html b/kslog/dev.inmo.kslog.common/d-s.html new file mode 100644 index 0000000..60831f7 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/d-s.html @@ -0,0 +1,77 @@ + + + + + dS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

dS

+
+
+
+
inline suspend fun KSLog.dS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/d.html b/kslog/dev.inmo.kslog.common/d.html index d7a4a8a..9559e46 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.2.0
+0.3.0
@@ -52,35 +52,35 @@ if(savedDarkMode === true){
-
inline fun KSLog.d(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.d(message: String, e: Throwable? = null)
inline fun KSLog.d(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.d(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.d(message: String, e: Throwable? = null)
inline fun KSLog.d(    tag: String,     message: String,     e: Throwable? = null)

Sources

-
+
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/debug-s.html b/kslog/dev.inmo.kslog.common/debug-s.html new file mode 100644 index 0000000..3929266 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/debug-s.html @@ -0,0 +1,77 @@ + + + + + debugS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

debugS

+
+
+
+
inline suspend fun KSLog.debugS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/debug.html b/kslog/dev.inmo.kslog.common/debug.html index 9d378d6..c4c8239 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.2.0
+0.3.0
@@ -52,35 +52,35 @@ if(savedDarkMode === true){
-
inline fun KSLog.debug(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.debug(message: String, e: Throwable? = null)
inline fun KSLog.debug(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.debug(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.debug(message: String, e: Throwable? = null)
inline fun KSLog.debug(    tag: String,     message: String,     e: Throwable? = null)

Sources

-
+
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/default-message-formatter.html b/kslog/dev.inmo.kslog.common/default-message-formatter.html index ae50e30..0a0ccfd 100644 --- a/kslog/dev.inmo.kslog.common/default-message-formatter.html +++ b/kslog/dev.inmo.kslog.common/default-message-formatter.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.2.0
+0.3.0
diff --git a/kslog/dev.inmo.kslog.common/e-s.html b/kslog/dev.inmo.kslog.common/e-s.html new file mode 100644 index 0000000..a149e65 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/e-s.html @@ -0,0 +1,77 @@ + + + + + eS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

eS

+
+
+
+
inline suspend fun KSLog.eS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/e.html b/kslog/dev.inmo.kslog.common/e.html index 80adca9..9bfdbcd 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.2.0
+0.3.0
@@ -52,35 +52,35 @@ if(savedDarkMode === true){
-
inline fun KSLog.e(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.e(message: String, e: Throwable? = null)
inline fun KSLog.e(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.e(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.e(message: String, e: Throwable? = null)
inline fun KSLog.e(    tag: String,     message: String,     e: Throwable? = null)

Sources

-
+
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/error-s.html b/kslog/dev.inmo.kslog.common/error-s.html new file mode 100644 index 0000000..cc74be4 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/error-s.html @@ -0,0 +1,77 @@ + + + + + errorS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

errorS

+
+
+
+
inline suspend fun KSLog.errorS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/error.html b/kslog/dev.inmo.kslog.common/error.html index b906838..a038983 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.2.0
+0.3.0
@@ -52,35 +52,35 @@ if(savedDarkMode === true){
-
inline fun KSLog.error(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.error(message: String, e: Throwable? = null)
inline fun KSLog.error(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.error(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.error(message: String, e: Throwable? = null)
inline fun KSLog.error(    tag: String,     message: String,     e: Throwable? = null)

Sources

-
+
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/i-s.html b/kslog/dev.inmo.kslog.common/i-s.html new file mode 100644 index 0000000..7d2ef68 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/i-s.html @@ -0,0 +1,77 @@ + + + + + iS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

iS

+
+
+
+
inline suspend fun KSLog.iS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/i.html b/kslog/dev.inmo.kslog.common/i.html index 3bf178f..16ab405 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.2.0
+0.3.0
@@ -52,35 +52,35 @@ if(savedDarkMode === true){
-
inline fun KSLog.i(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.i(message: String, e: Throwable? = null)
inline fun KSLog.i(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.i(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.i(message: String, e: Throwable? = null)
inline fun KSLog.i(    tag: String,     message: String,     e: Throwable? = null)

Sources

-
+
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/index.html b/kslog/dev.inmo.kslog.common/index.html index 87c9f2f..a874807 100644 --- a/kslog/dev.inmo.kslog.common/index.html +++ b/kslog/dev.inmo.kslog.common/index.html @@ -31,12 +31,10 @@ if(savedDarkMode === true){
-0.2.0
+0.3.0
- -
@@ -48,7 +46,7 @@ if(savedDarkMode === true){
-
+

Package dev.inmo.kslog.common

@@ -74,6 +72,23 @@ if(savedDarkMode === true){
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
class DefaultKSLog(    defaultTag: String,     val filter: MessageFilter = { _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter,     logging: (level: LogLevel, tag: String, message: String, throwable: Throwable?) -> Unit = defaultLogging) : KSLog
+
+
+
+
@@ -120,7 +135,7 @@ if(savedDarkMode === true){
-
typealias MessageFilter = (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean
+
typealias MessageFilter = (l: LogLevel, t: String?, Throwable?) -> Boolean
@@ -173,7 +188,24 @@ if(savedDarkMode === true){
-
inline fun KSLog.assert(message: String, e: Throwable? = null)
inline fun KSLog.assert(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.assert(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
+
inline fun KSLog.assert(message: String, e: Throwable? = null)
inline fun KSLog.assert(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.assert(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.assertS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
@@ -190,7 +222,7 @@ if(savedDarkMode === true){
-
inline fun KSLog.d(message: String, e: Throwable? = null)
inline fun KSLog.d(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.d(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
+
inline fun KSLog.d(message: String, e: Throwable? = null)
inline fun KSLog.d(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.d(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
@@ -207,7 +239,41 @@ if(savedDarkMode === true){
-
inline fun KSLog.debug(message: String, e: Throwable? = null)
inline fun KSLog.debug(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.debug(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
+
inline fun KSLog.debug(message: String, e: Throwable? = null)
inline fun KSLog.debug(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.debug(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.debugS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.dS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
@@ -224,7 +290,7 @@ if(savedDarkMode === true){
-
inline fun KSLog.e(message: String, e: Throwable? = null)
inline fun KSLog.e(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.e(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
+
inline fun KSLog.e(message: String, e: Throwable? = null)
inline fun KSLog.e(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.e(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
@@ -241,7 +307,41 @@ if(savedDarkMode === true){
-
inline fun KSLog.error(message: String, e: Throwable? = null)
inline fun KSLog.error(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.error(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
+
inline fun KSLog.error(message: String, e: Throwable? = null)
inline fun KSLog.error(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.error(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
+
+
+ + + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.errorS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.eS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
@@ -258,7 +358,7 @@ if(savedDarkMode === true){
-
inline fun KSLog.i(message: String, e: Throwable? = null)
inline fun KSLog.i(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.i(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
+
inline fun KSLog.i(message: String, e: Throwable? = null)
inline fun KSLog.i(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.i(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
@@ -275,7 +375,24 @@ if(savedDarkMode === true){
-
inline fun KSLog.info(message: String, e: Throwable? = null)
inline fun KSLog.info(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.info(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
+
inline fun KSLog.info(message: String, e: Throwable? = null)
inline fun KSLog.info(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.info(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
+ + + + + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.infoS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
@@ -297,19 +414,36 @@ if(savedDarkMode === true){
- -
+ +
- - + +
Link copied to clipboard
-
-
actual fun KSLog(    defaultTag: String,     filter: MessageFilter = { _, _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     minLoggingLevel: LogLevel,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
expect fun KSLog(    defaultTag: String,     filter: MessageFilter = { _, _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     levels: Iterable<LogLevel>,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
actual fun KSLog(    defaultTag: String,     filter: MessageFilter = { _, _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
actual fun KSLog(    defaultTag: String,     filter: MessageFilter = { _, _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     logger: Logger,     minLoggingLevel: LogLevel = LogLevel.values().first(),     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     logger: Logger,     filter: MessageFilter = { _, _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter): CallbackKSLog
fun KSLog(    defaultTag: String,     logger: Logger,     levels: Iterable<LogLevel>,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     logger: Logger,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
+
+
inline suspend fun KSLog.iS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
fun KSLog(    defaultTag: String,     minLoggingLevel: LogLevel,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     filter: MessageFilter = { _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     levels: Iterable<LogLevel>,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     logger: Logger,     minLoggingLevel: LogLevel = LogLevel.values().first(),     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     logger: Logger,     filter: MessageFilter = { _, _, _ -> true },     messageFormatter: MessageFormatter = defaultMessageFormatter): CallbackKSLog
fun KSLog(    defaultTag: String,     logger: Logger,     levels: Iterable<LogLevel>,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
fun KSLog(    defaultTag: String,     logger: Logger,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel,     messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog
@@ -326,7 +460,7 @@ if(savedDarkMode === true){
-
inline fun KSLog.l(    level: LogLevel,     message: String,     e: Throwable? = null)
inline fun KSLog.l(    level: LogLevel,     tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.l(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
+
inline fun KSLog.l(    level: LogLevel,     message: String,     e: Throwable? = null)
inline fun KSLog.l(    level: LogLevel,     tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.l(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
@@ -343,7 +477,41 @@ if(savedDarkMode === true){
-
inline fun KSLog.log(    level: LogLevel,     message: String,     e: Throwable? = null)
inline fun KSLog.log(    level: LogLevel,     tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.log(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
+
inline fun KSLog.log(    level: LogLevel,     message: String,     e: Throwable? = null)
inline fun KSLog.log(    level: LogLevel,     tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.log(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
+ + + + + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.logS(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.lS(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
@@ -360,7 +528,7 @@ if(savedDarkMode === true){
-
inline fun KSLog.v(message: String, e: Throwable? = null)
inline fun KSLog.v(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.v(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
+
inline fun KSLog.v(message: String, e: Throwable? = null)
inline fun KSLog.v(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.v(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
@@ -377,7 +545,41 @@ if(savedDarkMode === true){
-
inline fun KSLog.verbose(message: String, e: Throwable? = null)
inline fun KSLog.verbose(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.verbose(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
+
inline fun KSLog.verbose(message: String, e: Throwable? = null)
inline fun KSLog.verbose(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.verbose(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
+ + + + + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.verboseS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.vS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
@@ -394,7 +596,7 @@ if(savedDarkMode === true){
-
inline fun KSLog.w(message: String, e: Throwable? = null)
inline fun KSLog.w(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.w(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
+
inline fun KSLog.w(message: String, e: Throwable? = null)
inline fun KSLog.w(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.w(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
@@ -411,7 +613,41 @@ if(savedDarkMode === true){
-
inline fun KSLog.warning(message: String, e: Throwable? = null)
inline fun KSLog.warning(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.warning(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
+
inline fun KSLog.warning(message: String, e: Throwable? = null)
inline fun KSLog.warning(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.warning(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
+ + + + + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.warningS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.wS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
@@ -428,7 +664,24 @@ if(savedDarkMode === true){
-
inline fun KSLog.wtf(message: String, e: Throwable? = null)
inline fun KSLog.wtf(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.wtf(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
+
inline fun KSLog.wtf(message: String, e: Throwable? = null)
inline fun KSLog.wtf(    tag: String,     message: String,     e: Throwable? = null)
inline fun KSLog.wtf(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
+
+ + + + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
inline suspend fun KSLog.wtfS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
diff --git a/kslog/dev.inmo.kslog.common/info-s.html b/kslog/dev.inmo.kslog.common/info-s.html new file mode 100644 index 0000000..9018da7 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/info-s.html @@ -0,0 +1,77 @@ + + + + + infoS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

infoS

+
+
+
+
inline suspend fun KSLog.infoS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/info.html b/kslog/dev.inmo.kslog.common/info.html index 88f0237..da501c3 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.2.0
+0.3.0
@@ -52,35 +52,35 @@ if(savedDarkMode === true){
-
inline fun KSLog.info(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.info(message: String, e: Throwable? = null)
inline fun KSLog.info(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.info(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.info(message: String, e: Throwable? = null)
inline fun KSLog.info(    tag: String,     message: String,     e: Throwable? = null)

Sources

-
+
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/invoke.html b/kslog/dev.inmo.kslog.common/invoke.html index 6268395..3f3a25e 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.2.0
+0.3.0
@@ -54,11 +54,11 @@ if(savedDarkMode === true){
operator fun KSLog.invoke(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit): CallbackKSLog

Sources

-
+
- +
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/l-s.html b/kslog/dev.inmo.kslog.common/l-s.html new file mode 100644 index 0000000..5631620 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/l-s.html @@ -0,0 +1,77 @@ + + + + + lS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

lS

+
+
+
+
inline suspend fun KSLog.lS(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/l.html b/kslog/dev.inmo.kslog.common/l.html index 0f69712..c889c58 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.2.0
+0.3.0
@@ -52,35 +52,35 @@ if(savedDarkMode === true){
-
inline fun KSLog.l(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.l(    level: LogLevel,     message: String,     e: Throwable? = null)
inline fun KSLog.l(    level: LogLevel,     tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.l(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.l(    level: LogLevel,     message: String,     e: Throwable? = null)
inline fun KSLog.l(    level: LogLevel,     tag: String,     message: String,     e: Throwable? = null)

Sources

-
+
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/log-s.html b/kslog/dev.inmo.kslog.common/log-s.html new file mode 100644 index 0000000..0addccc --- /dev/null +++ b/kslog/dev.inmo.kslog.common/log-s.html @@ -0,0 +1,77 @@ + + + + + logS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

logS

+
+
+
+
inline suspend fun KSLog.logS(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/log-tag.html b/kslog/dev.inmo.kslog.common/log-tag.html index c577c70..e420808 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.2.0
+0.3.0
diff --git a/kslog/dev.inmo.kslog.common/log.html b/kslog/dev.inmo.kslog.common/log.html index 96f42f0..2eddf79 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.2.0
+0.3.0
@@ -52,7 +52,7 @@ if(savedDarkMode === true){
-
inline fun KSLog.log(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.log(    level: LogLevel,     message: String,     e: Throwable? = null)
inline fun KSLog.log(    level: LogLevel,     tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.log(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.log(    level: LogLevel,     message: String,     e: Throwable? = null)
inline fun KSLog.log(    level: LogLevel,     tag: String,     message: String,     e: Throwable? = null)

Sources

@@ -65,22 +65,22 @@ if(savedDarkMode === true){
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
+ +
Link copied to clipboard
+
+
+
+
+ +
+
+
+
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/logger.html b/kslog/dev.inmo.kslog.common/logger.html index 47a9415..73eb646 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.2.0
+0.3.0
diff --git a/kslog/dev.inmo.kslog.common/v-s.html b/kslog/dev.inmo.kslog.common/v-s.html new file mode 100644 index 0000000..f29056d --- /dev/null +++ b/kslog/dev.inmo.kslog.common/v-s.html @@ -0,0 +1,77 @@ + + + + + vS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

vS

+
+
+
+
inline suspend fun KSLog.vS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/v.html b/kslog/dev.inmo.kslog.common/v.html index 24cefb6..3067d5e 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.2.0
+0.3.0
@@ -52,35 +52,35 @@ if(savedDarkMode === true){
-
inline fun KSLog.v(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.v(message: String, e: Throwable? = null)
inline fun KSLog.v(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.v(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.v(message: String, e: Throwable? = null)
inline fun KSLog.v(    tag: String,     message: String,     e: Throwable? = null)

Sources

-
+
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/verbose-s.html b/kslog/dev.inmo.kslog.common/verbose-s.html new file mode 100644 index 0000000..9549330 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/verbose-s.html @@ -0,0 +1,77 @@ + + + + + verboseS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

verboseS

+
+
+
+
inline suspend fun KSLog.verboseS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/verbose.html b/kslog/dev.inmo.kslog.common/verbose.html index 2f47458..8160778 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.2.0
+0.3.0
@@ -52,35 +52,35 @@ if(savedDarkMode === true){
-
inline fun KSLog.verbose(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.verbose(message: String, e: Throwable? = null)
inline fun KSLog.verbose(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.verbose(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.verbose(message: String, e: Throwable? = null)
inline fun KSLog.verbose(    tag: String,     message: String,     e: Throwable? = null)

Sources

-
+
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/w-s.html b/kslog/dev.inmo.kslog.common/w-s.html new file mode 100644 index 0000000..ba4f76d --- /dev/null +++ b/kslog/dev.inmo.kslog.common/w-s.html @@ -0,0 +1,77 @@ + + + + + wS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

wS

+
+
+
+
inline suspend fun KSLog.wS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/w.html b/kslog/dev.inmo.kslog.common/w.html index 9e19c55..d1cae8d 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.2.0
+0.3.0
@@ -52,35 +52,35 @@ if(savedDarkMode === true){
-
inline fun KSLog.w(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.w(message: String, e: Throwable? = null)
inline fun KSLog.w(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.w(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.w(message: String, e: Throwable? = null)
inline fun KSLog.w(    tag: String,     message: String,     e: Throwable? = null)

Sources

-
+
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/warning-s.html b/kslog/dev.inmo.kslog.common/warning-s.html new file mode 100644 index 0000000..151c571 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/warning-s.html @@ -0,0 +1,77 @@ + + + + + warningS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

warningS

+
+
+
+
inline suspend fun KSLog.warningS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/warning.html b/kslog/dev.inmo.kslog.common/warning.html index 811e746..0cadfc4 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.2.0
+0.3.0
@@ -52,35 +52,35 @@ if(savedDarkMode === true){
-
inline fun KSLog.warning(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.warning(message: String, e: Throwable? = null)
inline fun KSLog.warning(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.warning(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.warning(message: String, e: Throwable? = null)
inline fun KSLog.warning(    tag: String,     message: String,     e: Throwable? = null)

Sources

-
+
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/wtf-s.html b/kslog/dev.inmo.kslog.common/wtf-s.html new file mode 100644 index 0000000..729aca2 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/wtf-s.html @@ -0,0 +1,77 @@ + + + + + wtfS + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

wtfS

+
+
+
+
inline suspend fun KSLog.wtfS(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/wtf.html b/kslog/dev.inmo.kslog.common/wtf.html index 8d7df37..799f1dd 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.2.0
+0.3.0
@@ -52,35 +52,35 @@ if(savedDarkMode === true){
-
inline fun KSLog.wtf(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.wtf(message: String, e: Throwable? = null)
inline fun KSLog.wtf(    tag: String,     message: String,     e: Throwable? = null)
+
inline fun KSLog.wtf(    tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.wtf(message: String, e: Throwable? = null)
inline fun KSLog.wtf(    tag: String,     message: String,     e: Throwable? = null)

Sources

-
+
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
- +
- +
Link copied to clipboard
diff --git a/kslog/package-list b/kslog/package-list index 964b841..50b16e2 100644 --- a/kslog/package-list +++ b/kslog/package-list @@ -5,64 +5,90 @@ $dokka.location:dev.inmo.kslog.common//KSLog/#kotlin.String#dev.inmo.kslog.commo $dokka.location:dev.inmo.kslog.common//KSLog/#kotlin.String#dev.inmo.kslog.common.LogLevel#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.String#java.util.logging.Logger#dev.inmo.kslog.common.LogLevel#dev.inmo.kslog.common.LogLevel#kotlin.Array[dev.inmo.kslog.common.LogLevel]#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.String#java.util.logging.Logger#dev.inmo.kslog.common.LogLevel#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.String#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.String#java.util.logging.Logger#kotlin.Function3[dev.inmo.kslog.common.LogLevel,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.String#java.util.logging.Logger#kotlin.collections.Iterable[dev.inmo.kslog.common.LogLevel]#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.String#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.String#kotlin.Function3[dev.inmo.kslog.common.LogLevel,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.String#kotlin.collections.Iterable[dev.inmo.kslog.common.LogLevel]#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//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 +$dokka.location:dev.inmo.kslog.common//assertS/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/assert-s.html $dokka.location:dev.inmo.kslog.common//d/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/d.html $dokka.location:dev.inmo.kslog.common//d/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/d.html $dokka.location:dev.inmo.kslog.common//d/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/d.html +$dokka.location:dev.inmo.kslog.common//dS/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/d-s.html $dokka.location:dev.inmo.kslog.common//debug/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/debug.html $dokka.location:dev.inmo.kslog.common//debug/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/debug.html $dokka.location:dev.inmo.kslog.common//debug/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/debug.html +$dokka.location:dev.inmo.kslog.common//debugS/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/debug-s.html $dokka.location:dev.inmo.kslog.common//defaultMessageFormatter/#/PointingToDeclaration/kslog/dev.inmo.kslog.common/default-message-formatter.html $dokka.location:dev.inmo.kslog.common//e/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/e.html $dokka.location:dev.inmo.kslog.common//e/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/e.html $dokka.location:dev.inmo.kslog.common//e/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/e.html +$dokka.location:dev.inmo.kslog.common//eS/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/e-s.html $dokka.location:dev.inmo.kslog.common//error/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/error.html $dokka.location:dev.inmo.kslog.common//error/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/error.html $dokka.location:dev.inmo.kslog.common//error/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/error.html +$dokka.location:dev.inmo.kslog.common//errorS/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/error-s.html $dokka.location:dev.inmo.kslog.common//i/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/i.html $dokka.location:dev.inmo.kslog.common//i/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/i.html $dokka.location:dev.inmo.kslog.common//i/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/i.html +$dokka.location:dev.inmo.kslog.common//iS/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/i-s.html $dokka.location:dev.inmo.kslog.common//info/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/info.html $dokka.location:dev.inmo.kslog.common//info/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/info.html $dokka.location:dev.inmo.kslog.common//info/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/info.html +$dokka.location:dev.inmo.kslog.common//infoS/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/info-s.html $dokka.location:dev.inmo.kslog.common//invoke/dev.inmo.kslog.common.KSLog#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String?,kotlin.String,kotlin.Throwable?,kotlin.Unit]/PointingToDeclaration/kslog/dev.inmo.kslog.common/invoke.html $dokka.location:dev.inmo.kslog.common//l/dev.inmo.kslog.common.KSLog#dev.inmo.kslog.common.LogLevel#kotlin.String#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/l.html $dokka.location:dev.inmo.kslog.common//l/dev.inmo.kslog.common.KSLog#dev.inmo.kslog.common.LogLevel#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/l.html $dokka.location:dev.inmo.kslog.common//l/dev.inmo.kslog.common.KSLog#dev.inmo.kslog.common.LogLevel#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/l.html +$dokka.location:dev.inmo.kslog.common//lS/dev.inmo.kslog.common.KSLog#dev.inmo.kslog.common.LogLevel#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/l-s.html $dokka.location:dev.inmo.kslog.common//log/dev.inmo.kslog.common.KSLog#dev.inmo.kslog.common.LogLevel#kotlin.String#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/log.html $dokka.location:dev.inmo.kslog.common//log/dev.inmo.kslog.common.KSLog#dev.inmo.kslog.common.LogLevel#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/log.html $dokka.location:dev.inmo.kslog.common//log/dev.inmo.kslog.common.KSLog#dev.inmo.kslog.common.LogLevel#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/log.html +$dokka.location:dev.inmo.kslog.common//logS/dev.inmo.kslog.common.KSLog#dev.inmo.kslog.common.LogLevel#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/log-s.html $dokka.location:dev.inmo.kslog.common//logTag/kotlin.Any#/PointingToDeclaration/kslog/dev.inmo.kslog.common/log-tag.html $dokka.location:dev.inmo.kslog.common//logger/kotlin.Any#/PointingToDeclaration/kslog/dev.inmo.kslog.common/logger.html $dokka.location:dev.inmo.kslog.common//v/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/v.html $dokka.location:dev.inmo.kslog.common//v/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/v.html $dokka.location:dev.inmo.kslog.common//v/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/v.html +$dokka.location:dev.inmo.kslog.common//vS/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/v-s.html $dokka.location:dev.inmo.kslog.common//verbose/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/verbose.html $dokka.location:dev.inmo.kslog.common//verbose/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/verbose.html $dokka.location:dev.inmo.kslog.common//verbose/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/verbose.html +$dokka.location:dev.inmo.kslog.common//verboseS/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/verbose-s.html $dokka.location:dev.inmo.kslog.common//w/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/w.html $dokka.location:dev.inmo.kslog.common//w/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/w.html $dokka.location:dev.inmo.kslog.common//w/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/w.html +$dokka.location:dev.inmo.kslog.common//wS/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/w-s.html $dokka.location:dev.inmo.kslog.common//warning/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/warning.html $dokka.location:dev.inmo.kslog.common//warning/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/warning.html $dokka.location:dev.inmo.kslog.common//warning/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/warning.html +$dokka.location:dev.inmo.kslog.common//warningS/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/warning-s.html $dokka.location:dev.inmo.kslog.common//wtf/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/wtf.html $dokka.location:dev.inmo.kslog.common//wtf/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/wtf.html $dokka.location:dev.inmo.kslog.common//wtf/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/wtf.html +$dokka.location:dev.inmo.kslog.common//wtfS/dev.inmo.kslog.common.KSLog#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/wtf-s.html $dokka.location:dev.inmo.kslog.common/CallbackKSLog///PointingToDeclaration/kslog/dev.inmo.kslog.common/-callback-k-s-log/index.html $dokka.location:dev.inmo.kslog.common/CallbackKSLog/CallbackKSLog/#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String?,kotlin.String,kotlin.Throwable?,kotlin.Unit]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-callback-k-s-log/-callback-k-s-log.html $dokka.location:dev.inmo.kslog.common/CallbackKSLog/performLog/#dev.inmo.kslog.common.LogLevel#kotlin.String?#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/-callback-k-s-log/perform-log.html +$dokka.location:dev.inmo.kslog.common/DefaultKSLog///PointingToDeclaration/kslog/dev.inmo.kslog.common/-default-k-s-log/index.html +$dokka.location:dev.inmo.kslog.common/DefaultKSLog/DefaultKSLog/#kotlin.String#kotlin.Function3[dev.inmo.kslog.common.LogLevel,kotlin.String?,kotlin.Throwable?,kotlin.Boolean]#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.Unit]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-default-k-s-log/-default-k-s-log.html +$dokka.location:dev.inmo.kslog.common/DefaultKSLog/filter/#/PointingToDeclaration/kslog/dev.inmo.kslog.common/-default-k-s-log/filter.html +$dokka.location:dev.inmo.kslog.common/DefaultKSLog/performLog/#dev.inmo.kslog.common.LogLevel#kotlin.String?#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/-default-k-s-log/perform-log.html +$dokka.location:dev.inmo.kslog.common/DefaultKSLog/performLog/#dev.inmo.kslog.common.LogLevel#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-default-k-s-log/perform-log.html +$dokka.location:dev.inmo.kslog.common/DefaultKSLog/performLogS/#dev.inmo.kslog.common.LogLevel#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-default-k-s-log/perform-log-s.html $dokka.location:dev.inmo.kslog.common/KSLog.Companion///PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log/-companion/index.html $dokka.location:dev.inmo.kslog.common/KSLog.Companion/default/#/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log/-companion/default.html +$dokka.location:dev.inmo.kslog.common/KSLog.Companion/performLog/#dev.inmo.kslog.common.LogLevel#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log.html $dokka.location:dev.inmo.kslog.common/KSLog.Companion/performLog/#dev.inmo.kslog.common.LogLevel#kotlin.String?#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log.html +$dokka.location:dev.inmo.kslog.common/KSLog.Companion/performLog/#dev.inmo.kslog.common.LogLevel#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log.html +$dokka.location:dev.inmo.kslog.common/KSLog.Companion/performLogS/#dev.inmo.kslog.common.LogLevel#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log-s.html $dokka.location:dev.inmo.kslog.common/KSLog///PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log/index.html +$dokka.location:dev.inmo.kslog.common/KSLog/performLog/#dev.inmo.kslog.common.LogLevel#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log/perform-log.html $dokka.location:dev.inmo.kslog.common/KSLog/performLog/#dev.inmo.kslog.common.LogLevel#kotlin.String?#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log/perform-log.html +$dokka.location:dev.inmo.kslog.common/KSLog/performLog/#dev.inmo.kslog.common.LogLevel#kotlin.String?#kotlin.Throwable?#kotlin.Function0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log/perform-log.html +$dokka.location:dev.inmo.kslog.common/KSLog/performLogS/#dev.inmo.kslog.common.LogLevel#kotlin.String?#kotlin.Throwable?#kotlin.coroutines.SuspendFunction0[kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log/perform-log-s.html $dokka.location:dev.inmo.kslog.common/LogLevel.ASSERT///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}kslog/dev.inmo.kslog.common/-log-level/-a-s-s-e-r-t/index.html $dokka.location:dev.inmo.kslog.common/LogLevel.DEBUG///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}kslog/dev.inmo.kslog.common/-log-level/-d-e-b-u-g/index.html $dokka.location:dev.inmo.kslog.common/LogLevel.ERROR///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}kslog/dev.inmo.kslog.common/-log-level/-e-r-r-o-r/index.html diff --git a/navigation.html b/navigation.html index a09924c..2049bd7 100644 --- a/navigation.html +++ b/navigation.html @@ -1,94 +1,139 @@ -
+
-
+
-
+
+ +
+ -
+
-
+ -
+
+ +
+ + -
+
+ +
+
-
+ -
+
+ +
+
+ +
+
-
+ -
+
+ +
+ -
+
+ +
+ -
+ -
+
-
+ -
+ -
- -
+
+ + -
+ -
+ -
+ -
+ - -
+
+ +
+ -
+
+ +
+ -
+
-
+ -
+ +
+ +
+
-
+ -
+ +
+ +
+ +
+ +
diff --git a/scripts/pages.json b/scripts/pages.json index 96cdded..0480201 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: MessageFilter = { _, _, _, _ -> true }, messageFormatter: MessageFormatter = defaultMessageFormatter): 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: MessageFilter = { _, _, _, _ -> true }, messageFormatter: MessageFormatter = defaultMessageFormatter): 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, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel, messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel, messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, levels: Iterable, messageFormatter: MessageFormatter = defaultMessageFormatter): 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, messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, logger: Logger, filter: MessageFilter = { _, _, _, _ -> true }, messageFormatter: MessageFormatter = defaultMessageFormatter): CallbackKSLog","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: MessageFilter = { _, _, _, _ -> true }, messageFormatter: MessageFormatter = defaultMessageFormatter): CallbackKSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, logger: Logger, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel, messageFormatter: MessageFormatter = defaultMessageFormatter): 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, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel, messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, logger: Logger, levels: Iterable, messageFormatter: MessageFormatter = defaultMessageFormatter): 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, levels: Iterable, messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, logger: Logger, minLoggingLevel: LogLevel = LogLevel.values().first(), messageFormatter: MessageFormatter = defaultMessageFormatter): 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, minLoggingLevel: LogLevel = LogLevel.values().first(), messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, minLoggingLevel: LogLevel, messageFormatter: MessageFormatter = defaultMessageFormatter): 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, messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog","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.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 defaultMessageFormatter: MessageFormatter","description":"dev.inmo.kslog.common.defaultMessageFormatter","location":"kslog/dev.inmo.kslog.common/default-message-formatter.html","searchKeys":["defaultMessageFormatter","val defaultMessageFormatter: MessageFormatter","dev.inmo.kslog.common.defaultMessageFormatter"]},{"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"]}] +[{"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":"class DefaultKSLog(defaultTag: String, val filter: MessageFilter = { _, _, _ -> true }, messageFormatter: MessageFormatter = defaultMessageFormatter, logging: (level: LogLevel, tag: String, message: String, throwable: Throwable?) -> Unit = defaultLogging) : KSLog","description":"dev.inmo.kslog.common.DefaultKSLog","location":"kslog/dev.inmo.kslog.common/-default-k-s-log/index.html","searchKeys":["DefaultKSLog","class DefaultKSLog(defaultTag: String, val filter: MessageFilter = { _, _, _ -> true }, messageFormatter: MessageFormatter = defaultMessageFormatter, logging: (level: LogLevel, tag: String, message: String, throwable: Throwable?) -> Unit = defaultLogging) : KSLog","dev.inmo.kslog.common.DefaultKSLog"]},{"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":"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 DefaultKSLog(defaultTag: String, filter: MessageFilter = { _, _, _ -> true }, messageFormatter: MessageFormatter = defaultMessageFormatter, logging: (level: LogLevel, tag: String, message: String, throwable: Throwable?) -> Unit = defaultLogging)","description":"dev.inmo.kslog.common.DefaultKSLog.DefaultKSLog","location":"kslog/dev.inmo.kslog.common/-default-k-s-log/-default-k-s-log.html","searchKeys":["DefaultKSLog","fun DefaultKSLog(defaultTag: String, filter: MessageFilter = { _, _, _ -> true }, messageFormatter: MessageFormatter = defaultMessageFormatter, logging: (level: LogLevel, tag: String, message: String, throwable: Throwable?) -> Unit = defaultLogging)","dev.inmo.kslog.common.DefaultKSLog.DefaultKSLog"]},{"name":"fun KSLog(defaultTag: String, filter: MessageFilter = { _, _, _ -> true }, messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, filter: MessageFilter = { _, _, _ -> true }, messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel, messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel, messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, levels: Iterable, messageFormatter: MessageFormatter = defaultMessageFormatter): 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, messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, logger: Logger, filter: MessageFilter = { _, _, _ -> true }, messageFormatter: MessageFormatter = defaultMessageFormatter): CallbackKSLog","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: MessageFilter = { _, _, _ -> true }, messageFormatter: MessageFormatter = defaultMessageFormatter): CallbackKSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, logger: Logger, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel, messageFormatter: MessageFormatter = defaultMessageFormatter): 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, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel, messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, logger: Logger, levels: Iterable, messageFormatter: MessageFormatter = defaultMessageFormatter): 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, levels: Iterable, messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, logger: Logger, minLoggingLevel: LogLevel = LogLevel.values().first(), messageFormatter: MessageFormatter = defaultMessageFormatter): 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, minLoggingLevel: LogLevel = LogLevel.values().first(), messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, minLoggingLevel: LogLevel, messageFormatter: MessageFormatter = defaultMessageFormatter): 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, messageFormatter: MessageFormatter = defaultMessageFormatter): KSLog","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.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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline 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, noinline messageBuilder: () -> String)","dev.inmo.kslog.common.wtf"]},{"name":"inline suspend fun KSLog.assertS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.assertS","location":"kslog/dev.inmo.kslog.common/assert-s.html","searchKeys":["assertS","inline suspend fun KSLog.assertS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","dev.inmo.kslog.common.assertS"]},{"name":"inline suspend fun KSLog.dS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.dS","location":"kslog/dev.inmo.kslog.common/d-s.html","searchKeys":["dS","inline suspend fun KSLog.dS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","dev.inmo.kslog.common.dS"]},{"name":"inline suspend fun KSLog.debugS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.debugS","location":"kslog/dev.inmo.kslog.common/debug-s.html","searchKeys":["debugS","inline suspend fun KSLog.debugS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","dev.inmo.kslog.common.debugS"]},{"name":"inline suspend fun KSLog.eS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.eS","location":"kslog/dev.inmo.kslog.common/e-s.html","searchKeys":["eS","inline suspend fun KSLog.eS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","dev.inmo.kslog.common.eS"]},{"name":"inline suspend fun KSLog.errorS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.errorS","location":"kslog/dev.inmo.kslog.common/error-s.html","searchKeys":["errorS","inline suspend fun KSLog.errorS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","dev.inmo.kslog.common.errorS"]},{"name":"inline suspend fun KSLog.iS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.iS","location":"kslog/dev.inmo.kslog.common/i-s.html","searchKeys":["iS","inline suspend fun KSLog.iS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","dev.inmo.kslog.common.iS"]},{"name":"inline suspend fun KSLog.infoS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.infoS","location":"kslog/dev.inmo.kslog.common/info-s.html","searchKeys":["infoS","inline suspend fun KSLog.infoS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","dev.inmo.kslog.common.infoS"]},{"name":"inline suspend fun KSLog.lS(level: LogLevel, tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.lS","location":"kslog/dev.inmo.kslog.common/l-s.html","searchKeys":["lS","inline suspend fun KSLog.lS(level: LogLevel, tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","dev.inmo.kslog.common.lS"]},{"name":"inline suspend fun KSLog.logS(level: LogLevel, tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.logS","location":"kslog/dev.inmo.kslog.common/log-s.html","searchKeys":["logS","inline suspend fun KSLog.logS(level: LogLevel, tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","dev.inmo.kslog.common.logS"]},{"name":"inline suspend fun KSLog.vS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.vS","location":"kslog/dev.inmo.kslog.common/v-s.html","searchKeys":["vS","inline suspend fun KSLog.vS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","dev.inmo.kslog.common.vS"]},{"name":"inline suspend fun KSLog.verboseS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.verboseS","location":"kslog/dev.inmo.kslog.common/verbose-s.html","searchKeys":["verboseS","inline suspend fun KSLog.verboseS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","dev.inmo.kslog.common.verboseS"]},{"name":"inline suspend fun KSLog.wS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.wS","location":"kslog/dev.inmo.kslog.common/w-s.html","searchKeys":["wS","inline suspend fun KSLog.wS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","dev.inmo.kslog.common.wS"]},{"name":"inline suspend fun KSLog.warningS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.warningS","location":"kslog/dev.inmo.kslog.common/warning-s.html","searchKeys":["warningS","inline suspend fun KSLog.warningS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","dev.inmo.kslog.common.warningS"]},{"name":"inline suspend fun KSLog.wtfS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.wtfS","location":"kslog/dev.inmo.kslog.common/wtf-s.html","searchKeys":["wtfS","inline suspend fun KSLog.wtfS(tag: String? = null, e: Throwable? = null, noinline messageBuilder: suspend () -> String)","dev.inmo.kslog.common.wtfS"]},{"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 fun performLog(level: LogLevel, 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","open fun performLog(level: LogLevel, message: String, throwable: Throwable?)","dev.inmo.kslog.common.KSLog.performLog"]},{"name":"open fun performLog(level: LogLevel, tag: String?, throwable: Throwable?, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.KSLog.performLog","location":"kslog/dev.inmo.kslog.common/-k-s-log/perform-log.html","searchKeys":["performLog","open fun performLog(level: LogLevel, tag: String?, throwable: Throwable?, messageBuilder: () -> String)","dev.inmo.kslog.common.KSLog.performLog"]},{"name":"open override fun performLog(level: LogLevel, 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, 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.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.DefaultKSLog.performLog","location":"kslog/dev.inmo.kslog.common/-default-k-s-log/perform-log.html","searchKeys":["performLog","open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","dev.inmo.kslog.common.DefaultKSLog.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":"open override fun performLog(level: LogLevel, tag: String?, throwable: Throwable?, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.DefaultKSLog.performLog","location":"kslog/dev.inmo.kslog.common/-default-k-s-log/perform-log.html","searchKeys":["performLog","open override fun performLog(level: LogLevel, tag: String?, throwable: Throwable?, messageBuilder: () -> String)","dev.inmo.kslog.common.DefaultKSLog.performLog"]},{"name":"open override fun performLog(level: LogLevel, tag: String?, throwable: Throwable?, messageBuilder: () -> String)","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?, throwable: Throwable?, messageBuilder: () -> String)","dev.inmo.kslog.common.KSLog.Companion.performLog"]},{"name":"open suspend fun performLogS(level: LogLevel, tag: String?, throwable: Throwable?, messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.KSLog.performLogS","location":"kslog/dev.inmo.kslog.common/-k-s-log/perform-log-s.html","searchKeys":["performLogS","open suspend fun performLogS(level: LogLevel, tag: String?, throwable: Throwable?, messageBuilder: suspend () -> String)","dev.inmo.kslog.common.KSLog.performLogS"]},{"name":"open suspend override fun performLogS(level: LogLevel, tag: String?, throwable: Throwable?, messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.DefaultKSLog.performLogS","location":"kslog/dev.inmo.kslog.common/-default-k-s-log/perform-log-s.html","searchKeys":["performLogS","open suspend override fun performLogS(level: LogLevel, tag: String?, throwable: Throwable?, messageBuilder: suspend () -> String)","dev.inmo.kslog.common.DefaultKSLog.performLogS"]},{"name":"open suspend override fun performLogS(level: LogLevel, tag: String?, throwable: Throwable?, messageBuilder: suspend () -> String)","description":"dev.inmo.kslog.common.KSLog.Companion.performLogS","location":"kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log-s.html","searchKeys":["performLogS","open suspend override fun performLogS(level: LogLevel, tag: String?, throwable: Throwable?, messageBuilder: suspend () -> String)","dev.inmo.kslog.common.KSLog.Companion.performLogS"]},{"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 defaultMessageFormatter: MessageFormatter","description":"dev.inmo.kslog.common.defaultMessageFormatter","location":"kslog/dev.inmo.kslog.common/default-message-formatter.html","searchKeys":["defaultMessageFormatter","val defaultMessageFormatter: MessageFormatter","dev.inmo.kslog.common.defaultMessageFormatter"]},{"name":"val filter: MessageFilter","description":"dev.inmo.kslog.common.DefaultKSLog.filter","location":"kslog/dev.inmo.kslog.common/-default-k-s-log/filter.html","searchKeys":["filter","val filter: MessageFilter","dev.inmo.kslog.common.DefaultKSLog.filter"]},{"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"]}]