diff --git a/index.html b/index.html index 7ad3eb8..5064a00 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.1.0
+0.1.1
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 073db92..0a2b07a 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.1.0
+0.1.1
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 821cb5e..fad16e6 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.1.0
+0.1.1
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 7a40037..1e839c9 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/-k-s-android-log.html b/kslog/dev.inmo.kslog.common/-k-s-android-log.html index 18b5b85..0f2a2c7 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-android-log.html +++ b/kslog/dev.inmo.kslog.common/-k-s-android-log.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/-k-s-j-s-log.html b/kslog/dev.inmo.kslog.common/-k-s-j-s-log.html index a911c0f..436149a 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-j-s-log.html +++ b/kslog/dev.inmo.kslog.common/-k-s-j-s-log.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.1.0
+0.1.1
@@ -52,7 +52,7 @@ if(savedDarkMode === true){
-
fun KSJSLog(    defaultTag: String,     messageFormatter: MessageFormatter = defaultMessageFormatter,     filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog
fun KSJSLog(    defaultTag: String,     messageFormatter: MessageFormatter = defaultMessageFormatter,     levels: Iterable<LogLevel>): KSLog
fun KSJSLog(    defaultTag: String,     messageFormatter: MessageFormatter = defaultMessageFormatter,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
fun KSJSLog(    defaultTag: String,     messageFormatter: MessageFormatter = defaultMessageFormatter,     minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog
+
fun KSJSLog(    defaultTag: String,     messageFormatter: MessageFormatter = defaultMessageFormatter,     filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog
fun KSJSLog(    defaultTag: String,     messageFormatter: MessageFormatter = defaultMessageFormatter,     levels: Iterable<LogLevel>): KSLog
fun KSJSLog(    defaultTag: String,     messageFormatter: MessageFormatter = defaultMessageFormatter,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
fun KSJSLog(    defaultTag: String,     messageFormatter: MessageFormatter = defaultMessageFormatter,     minLoggingLevel: LogLevel = LogLevel.values().first()): KSLog

Sources

diff --git a/kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html b/kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html index 11476ae..42da1d0 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html +++ b/kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.1.0
+0.1.1
@@ -52,7 +52,7 @@ if(savedDarkMode === true){
-
fun KSJVMLog(    defaultTag: String,     logger: Logger,     messageFormatter: MessageFormatter = defaultMessageFormatter,     filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog
fun KSJVMLog(    defaultTag: String,     logger: Logger,     messageFormatter: MessageFormatter = defaultMessageFormatter,     levels: Iterable<LogLevel>): KSLog
fun KSJVMLog(    defaultTag: String,     logger: Logger,     messageFormatter: MessageFormatter = defaultMessageFormatter,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
fun KSJVMLog(    defaultTag: String,     logger: Logger,     messageFormatter: MessageFormatter = defaultMessageFormatter,     minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog
+
fun KSJVMLog(    defaultTag: String,     logger: Logger,     messageFormatter: MessageFormatter = defaultMessageFormatter,     filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog
fun KSJVMLog(    defaultTag: String,     logger: Logger,     messageFormatter: MessageFormatter = defaultMessageFormatter,     levels: Iterable<LogLevel>): KSLog
fun KSJVMLog(    defaultTag: String,     logger: Logger,     messageFormatter: MessageFormatter = defaultMessageFormatter,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
fun KSJVMLog(    defaultTag: String,     logger: Logger,     messageFormatter: MessageFormatter = defaultMessageFormatter,     minLoggingLevel: LogLevel = LogLevel.values().first()): KSLog

Sources

diff --git a/kslog/dev.inmo.kslog.common/-k-s-log.html b/kslog/dev.inmo.kslog.common/-k-s-log.html index d9b8ce6..29fe90b 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-log.html +++ b/kslog/dev.inmo.kslog.common/-k-s-log.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.1.0
+0.1.1
@@ -52,7 +52,7 @@ if(savedDarkMode === true){
-
fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(defaultTag: String, levels: Iterable<LogLevel>): KSLog
fun KSLog(    defaultTag: String,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog
+
fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(defaultTag: String, levels: Iterable<LogLevel>): KSLog
fun KSLog(    defaultTag: String,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.values().first()): KSLog

Sources

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 f01dea8..037f58e 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.1.0
+0.1.1
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 7384925..9f11c57 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.1.0
+0.1.1
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 a87d8ac..0bb96d9 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.1.0
+0.1.1
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 3e5cf3f..b0fcf93 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.1.0
+0.1.1
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 1d89c74..c5a4a1e 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.1.0
+0.1.1
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 670e363..adc12d7 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.1.0
+0.1.1
@@ -61,7 +61,7 @@ if(savedDarkMode === true){
- +
Link copied to clipboard
@@ -69,7 +69,7 @@ if(savedDarkMode === true){
-
val name: String
+
val name: String
@@ -78,7 +78,7 @@ if(savedDarkMode === true){
- +
Link copied to clipboard
@@ -86,7 +86,7 @@ if(savedDarkMode === true){
-
val ordinal: Int
+
val ordinal: Int
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 55e923e..49021eb 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.1.0
+0.1.1
@@ -61,7 +61,7 @@ if(savedDarkMode === true){
- +
Link copied to clipboard
@@ -69,7 +69,7 @@ if(savedDarkMode === true){
-
val name: String
+
val name: String
@@ -78,7 +78,7 @@ if(savedDarkMode === true){
- +
Link copied to clipboard
@@ -86,7 +86,7 @@ if(savedDarkMode === true){
-
val ordinal: Int
+
val ordinal: Int
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 d061ed7..defdd87 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.1.0
+0.1.1
@@ -61,7 +61,7 @@ if(savedDarkMode === true){
- +
Link copied to clipboard
@@ -69,7 +69,7 @@ if(savedDarkMode === true){
-
val name: String
+
val name: String
@@ -78,7 +78,7 @@ if(savedDarkMode === true){
- +
Link copied to clipboard
@@ -86,7 +86,7 @@ if(savedDarkMode === true){
-
val ordinal: Int
+
val ordinal: Int
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 d13eed7..cdd010c 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.1.0
+0.1.1
@@ -61,7 +61,7 @@ if(savedDarkMode === true){
- +
Link copied to clipboard
@@ -69,7 +69,7 @@ if(savedDarkMode === true){
-
val name: String
+
val name: String
@@ -78,7 +78,7 @@ if(savedDarkMode === true){
- +
Link copied to clipboard
@@ -86,7 +86,7 @@ if(savedDarkMode === true){
-
val ordinal: Int
+
val ordinal: Int
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 560ee78..d163ded 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.1.0
+0.1.1
@@ -61,7 +61,7 @@ if(savedDarkMode === true){
- +
Link copied to clipboard
@@ -69,7 +69,7 @@ if(savedDarkMode === true){
-
val name: String
+
val name: String
@@ -78,7 +78,7 @@ if(savedDarkMode === true){
- +
Link copied to clipboard
@@ -86,7 +86,7 @@ if(savedDarkMode === true){
-
val ordinal: Int
+
val ordinal: Int
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 cab5810..2e95a1e 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.1.0
+0.1.1
@@ -61,7 +61,7 @@ if(savedDarkMode === true){
- +
Link copied to clipboard
@@ -69,7 +69,7 @@ if(savedDarkMode === true){
-
val name: String
+
val name: String
@@ -78,7 +78,7 @@ if(savedDarkMode === true){
- +
Link copied to clipboard
@@ -86,7 +86,7 @@ if(savedDarkMode === true){
-
val ordinal: Int
+
val ordinal: Int
diff --git a/kslog/dev.inmo.kslog.common/-log-level/index.html b/kslog/dev.inmo.kslog.common/-log-level/index.html index 847e118..c17d4ea 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.1.0
+0.1.1
@@ -57,24 +57,7 @@ if(savedDarkMode === true){

Entries

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
-
-
-
-
-
-
- +
@@ -159,13 +142,30 @@ if(savedDarkMode === true){
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+
+

Properties

- +
Link copied to clipboard
@@ -173,7 +173,7 @@ if(savedDarkMode === true){
-
val name: String
+
val name: String
@@ -182,7 +182,7 @@ if(savedDarkMode === true){
- +
Link copied to clipboard
@@ -190,7 +190,7 @@ if(savedDarkMode === true){
-
val ordinal: Int
+
val ordinal: Int
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 2235e3e..34140a8 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/-tag-logger/index.html b/kslog/dev.inmo.kslog.common/-tag-logger/index.html index 5abcb01..591c6e5 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.1.0
+0.1.1
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 6e0b1ad..61adb2c 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/-tag-logger/tag.html b/kslog/dev.inmo.kslog.common/-tag-logger/tag.html index 4e8ec37..8b919d0 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/assert.html b/kslog/dev.inmo.kslog.common/assert.html index c31fbcb..4078a46 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/d.html b/kslog/dev.inmo.kslog.common/d.html index 77d08cb..46929ab 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/debug.html b/kslog/dev.inmo.kslog.common/debug.html index 68a3c16..71a3ffe 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/default-message-formatter.html b/kslog/dev.inmo.kslog.common/default-message-formatter.html index f2e14ac..b82c53e 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/e.html b/kslog/dev.inmo.kslog.common/e.html index abc4883..e26c3f7 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/error.html b/kslog/dev.inmo.kslog.common/error.html index 2171db5..3e9e4b9 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/i.html b/kslog/dev.inmo.kslog.common/i.html index f4e4783..ebeab40 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/index.html b/kslog/dev.inmo.kslog.common/index.html index e346758..a308494 100644 --- a/kslog/dev.inmo.kslog.common/index.html +++ b/kslog/dev.inmo.kslog.common/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.1.0
+0.1.1
@@ -309,7 +309,7 @@ if(savedDarkMode === true){
-
fun KSJSLog(    defaultTag: String,     messageFormatter: MessageFormatter = defaultMessageFormatter,     minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog
fun KSJSLog(    defaultTag: String,     messageFormatter: MessageFormatter = defaultMessageFormatter,     filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog
fun KSJSLog(    defaultTag: String,     messageFormatter: MessageFormatter = defaultMessageFormatter,     levels: Iterable<LogLevel>): KSLog
fun KSJSLog(    defaultTag: String,     messageFormatter: MessageFormatter = defaultMessageFormatter,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
+
fun KSJSLog(    defaultTag: String,     messageFormatter: MessageFormatter = defaultMessageFormatter,     minLoggingLevel: LogLevel = LogLevel.values().first()): KSLog
fun KSJSLog(    defaultTag: String,     messageFormatter: MessageFormatter = defaultMessageFormatter,     filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog
fun KSJSLog(    defaultTag: String,     messageFormatter: MessageFormatter = defaultMessageFormatter,     levels: Iterable<LogLevel>): KSLog
fun KSJSLog(    defaultTag: String,     messageFormatter: MessageFormatter = defaultMessageFormatter,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
@@ -326,7 +326,7 @@ if(savedDarkMode === true){
-
fun KSJVMLog(    defaultTag: String,     logger: Logger,     messageFormatter: MessageFormatter = defaultMessageFormatter,     minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog
fun KSJVMLog(    defaultTag: String,     logger: Logger,     messageFormatter: MessageFormatter = defaultMessageFormatter,     filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog
fun KSJVMLog(    defaultTag: String,     logger: Logger,     messageFormatter: MessageFormatter = defaultMessageFormatter,     levels: Iterable<LogLevel>): KSLog
fun KSJVMLog(    defaultTag: String,     logger: Logger,     messageFormatter: MessageFormatter = defaultMessageFormatter,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
+
fun KSJVMLog(    defaultTag: String,     logger: Logger,     messageFormatter: MessageFormatter = defaultMessageFormatter,     minLoggingLevel: LogLevel = LogLevel.values().first()): KSLog
fun KSJVMLog(    defaultTag: String,     logger: Logger,     messageFormatter: MessageFormatter = defaultMessageFormatter,     filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog
fun KSJVMLog(    defaultTag: String,     logger: Logger,     messageFormatter: MessageFormatter = defaultMessageFormatter,     levels: Iterable<LogLevel>): KSLog
fun KSJVMLog(    defaultTag: String,     logger: Logger,     messageFormatter: MessageFormatter = defaultMessageFormatter,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
@@ -343,7 +343,7 @@ if(savedDarkMode === true){
-
fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog
fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(defaultTag: String, levels: Iterable<LogLevel>): KSLog
fun KSLog(    defaultTag: String,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
+
fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.values().first()): KSLog
fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(defaultTag: String, levels: Iterable<LogLevel>): KSLog
fun KSLog(    defaultTag: String,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
diff --git a/kslog/dev.inmo.kslog.common/info.html b/kslog/dev.inmo.kslog.common/info.html index 8ca6061..64ab886 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/invoke.html b/kslog/dev.inmo.kslog.common/invoke.html index 0185141..7b0ce03 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/l.html b/kslog/dev.inmo.kslog.common/l.html index 575c5cc..24da92c 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/log-tag.html b/kslog/dev.inmo.kslog.common/log-tag.html index 3103c0c..6a677aa 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/log.html b/kslog/dev.inmo.kslog.common/log.html index 4d767a5..82fbbaf 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/logger.html b/kslog/dev.inmo.kslog.common/logger.html index 996a4a7..f591490 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/v.html b/kslog/dev.inmo.kslog.common/v.html index 08d5bd4..844ea9a 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/verbose.html b/kslog/dev.inmo.kslog.common/verbose.html index c4adcc3..5921935 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/w.html b/kslog/dev.inmo.kslog.common/w.html index b05b5f8..58bfa86 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/warning.html b/kslog/dev.inmo.kslog.common/warning.html index 4b963ca..3f5cbd4 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.1.0
+0.1.1
diff --git a/kslog/dev.inmo.kslog.common/wtf.html b/kslog/dev.inmo.kslog.common/wtf.html index 11f1e2b..a3cb7ff 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.1.0
+0.1.1
diff --git a/scripts/pages.json b/scripts/pages.json index ddddc23..ebb02c3 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":"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 KSAndroidLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): CallbackKSLog","description":"dev.inmo.kslog.common.KSAndroidLog","location":"kslog/dev.inmo.kslog.common/-k-s-android-log.html","searchKeys":["KSAndroidLog","fun KSAndroidLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): CallbackKSLog","dev.inmo.kslog.common.KSAndroidLog"]},{"name":"fun KSAndroidLog(defaultTag: String, levels: Iterable): KSLog","description":"dev.inmo.kslog.common.KSAndroidLog","location":"kslog/dev.inmo.kslog.common/-k-s-android-log.html","searchKeys":["KSAndroidLog","fun KSAndroidLog(defaultTag: String, levels: Iterable): KSLog","dev.inmo.kslog.common.KSAndroidLog"]},{"name":"fun KSAndroidLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog","description":"dev.inmo.kslog.common.KSAndroidLog","location":"kslog/dev.inmo.kslog.common/-k-s-android-log.html","searchKeys":["KSAndroidLog","fun KSAndroidLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog","dev.inmo.kslog.common.KSAndroidLog"]},{"name":"fun KSJSLog(defaultTag: String, messageFormatter: MessageFormatter = defaultMessageFormatter, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog","description":"dev.inmo.kslog.common.KSJSLog","location":"kslog/dev.inmo.kslog.common/-k-s-j-s-log.html","searchKeys":["KSJSLog","fun KSJSLog(defaultTag: String, messageFormatter: MessageFormatter = defaultMessageFormatter, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog","dev.inmo.kslog.common.KSJSLog"]},{"name":"fun KSJSLog(defaultTag: String, messageFormatter: MessageFormatter = defaultMessageFormatter, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","description":"dev.inmo.kslog.common.KSJSLog","location":"kslog/dev.inmo.kslog.common/-k-s-j-s-log.html","searchKeys":["KSJSLog","fun KSJSLog(defaultTag: String, messageFormatter: MessageFormatter = defaultMessageFormatter, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","dev.inmo.kslog.common.KSJSLog"]},{"name":"fun KSJSLog(defaultTag: String, messageFormatter: MessageFormatter = defaultMessageFormatter, levels: Iterable): KSLog","description":"dev.inmo.kslog.common.KSJSLog","location":"kslog/dev.inmo.kslog.common/-k-s-j-s-log.html","searchKeys":["KSJSLog","fun KSJSLog(defaultTag: String, messageFormatter: MessageFormatter = defaultMessageFormatter, levels: Iterable): KSLog","dev.inmo.kslog.common.KSJSLog"]},{"name":"fun KSJSLog(defaultTag: String, messageFormatter: MessageFormatter = defaultMessageFormatter, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog","description":"dev.inmo.kslog.common.KSJSLog","location":"kslog/dev.inmo.kslog.common/-k-s-j-s-log.html","searchKeys":["KSJSLog","fun KSJSLog(defaultTag: String, messageFormatter: MessageFormatter = defaultMessageFormatter, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog","dev.inmo.kslog.common.KSJSLog"]},{"name":"fun KSJVMLog(defaultTag: String, logger: Logger, messageFormatter: MessageFormatter = defaultMessageFormatter, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog","description":"dev.inmo.kslog.common.KSJVMLog","location":"kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html","searchKeys":["KSJVMLog","fun KSJVMLog(defaultTag: String, logger: Logger, messageFormatter: MessageFormatter = defaultMessageFormatter, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog","dev.inmo.kslog.common.KSJVMLog"]},{"name":"fun KSJVMLog(defaultTag: String, logger: Logger, messageFormatter: MessageFormatter = defaultMessageFormatter, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","description":"dev.inmo.kslog.common.KSJVMLog","location":"kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html","searchKeys":["KSJVMLog","fun KSJVMLog(defaultTag: String, logger: Logger, messageFormatter: MessageFormatter = defaultMessageFormatter, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","dev.inmo.kslog.common.KSJVMLog"]},{"name":"fun KSJVMLog(defaultTag: String, logger: Logger, messageFormatter: MessageFormatter = defaultMessageFormatter, levels: Iterable): KSLog","description":"dev.inmo.kslog.common.KSJVMLog","location":"kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html","searchKeys":["KSJVMLog","fun KSJVMLog(defaultTag: String, logger: Logger, messageFormatter: MessageFormatter = defaultMessageFormatter, levels: Iterable): KSLog","dev.inmo.kslog.common.KSJVMLog"]},{"name":"fun KSJVMLog(defaultTag: String, logger: Logger, messageFormatter: MessageFormatter = defaultMessageFormatter, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog","description":"dev.inmo.kslog.common.KSJVMLog","location":"kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html","searchKeys":["KSJVMLog","fun KSJVMLog(defaultTag: String, logger: Logger, messageFormatter: MessageFormatter = defaultMessageFormatter, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog","dev.inmo.kslog.common.KSJVMLog"]},{"name":"fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, levels: Iterable): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, levels: Iterable): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun 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 KSAndroidLog(defaultTag: String, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","description":"dev.inmo.kslog.common.KSAndroidLog","location":"kslog/dev.inmo.kslog.common/-k-s-android-log.html","searchKeys":["KSAndroidLog","inline fun KSAndroidLog(defaultTag: String, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","dev.inmo.kslog.common.KSAndroidLog"]},{"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":"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 KSAndroidLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): CallbackKSLog","description":"dev.inmo.kslog.common.KSAndroidLog","location":"kslog/dev.inmo.kslog.common/-k-s-android-log.html","searchKeys":["KSAndroidLog","fun KSAndroidLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): CallbackKSLog","dev.inmo.kslog.common.KSAndroidLog"]},{"name":"fun KSAndroidLog(defaultTag: String, levels: Iterable): KSLog","description":"dev.inmo.kslog.common.KSAndroidLog","location":"kslog/dev.inmo.kslog.common/-k-s-android-log.html","searchKeys":["KSAndroidLog","fun KSAndroidLog(defaultTag: String, levels: Iterable): KSLog","dev.inmo.kslog.common.KSAndroidLog"]},{"name":"fun KSAndroidLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog","description":"dev.inmo.kslog.common.KSAndroidLog","location":"kslog/dev.inmo.kslog.common/-k-s-android-log.html","searchKeys":["KSAndroidLog","fun KSAndroidLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog","dev.inmo.kslog.common.KSAndroidLog"]},{"name":"fun KSJSLog(defaultTag: String, messageFormatter: MessageFormatter = defaultMessageFormatter, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog","description":"dev.inmo.kslog.common.KSJSLog","location":"kslog/dev.inmo.kslog.common/-k-s-j-s-log.html","searchKeys":["KSJSLog","fun KSJSLog(defaultTag: String, messageFormatter: MessageFormatter = defaultMessageFormatter, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog","dev.inmo.kslog.common.KSJSLog"]},{"name":"fun KSJSLog(defaultTag: String, messageFormatter: MessageFormatter = defaultMessageFormatter, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","description":"dev.inmo.kslog.common.KSJSLog","location":"kslog/dev.inmo.kslog.common/-k-s-j-s-log.html","searchKeys":["KSJSLog","fun KSJSLog(defaultTag: String, messageFormatter: MessageFormatter = defaultMessageFormatter, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","dev.inmo.kslog.common.KSJSLog"]},{"name":"fun KSJSLog(defaultTag: String, messageFormatter: MessageFormatter = defaultMessageFormatter, levels: Iterable): KSLog","description":"dev.inmo.kslog.common.KSJSLog","location":"kslog/dev.inmo.kslog.common/-k-s-j-s-log.html","searchKeys":["KSJSLog","fun KSJSLog(defaultTag: String, messageFormatter: MessageFormatter = defaultMessageFormatter, levels: Iterable): KSLog","dev.inmo.kslog.common.KSJSLog"]},{"name":"fun KSJSLog(defaultTag: String, messageFormatter: MessageFormatter = defaultMessageFormatter, minLoggingLevel: LogLevel = LogLevel.values().first()): KSLog","description":"dev.inmo.kslog.common.KSJSLog","location":"kslog/dev.inmo.kslog.common/-k-s-j-s-log.html","searchKeys":["KSJSLog","fun KSJSLog(defaultTag: String, messageFormatter: MessageFormatter = defaultMessageFormatter, minLoggingLevel: LogLevel = LogLevel.values().first()): KSLog","dev.inmo.kslog.common.KSJSLog"]},{"name":"fun KSJVMLog(defaultTag: String, logger: Logger, messageFormatter: MessageFormatter = defaultMessageFormatter, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog","description":"dev.inmo.kslog.common.KSJVMLog","location":"kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html","searchKeys":["KSJVMLog","fun KSJVMLog(defaultTag: String, logger: Logger, messageFormatter: MessageFormatter = defaultMessageFormatter, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog","dev.inmo.kslog.common.KSJVMLog"]},{"name":"fun KSJVMLog(defaultTag: String, logger: Logger, messageFormatter: MessageFormatter = defaultMessageFormatter, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","description":"dev.inmo.kslog.common.KSJVMLog","location":"kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html","searchKeys":["KSJVMLog","fun KSJVMLog(defaultTag: String, logger: Logger, messageFormatter: MessageFormatter = defaultMessageFormatter, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","dev.inmo.kslog.common.KSJVMLog"]},{"name":"fun KSJVMLog(defaultTag: String, logger: Logger, messageFormatter: MessageFormatter = defaultMessageFormatter, levels: Iterable): KSLog","description":"dev.inmo.kslog.common.KSJVMLog","location":"kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html","searchKeys":["KSJVMLog","fun KSJVMLog(defaultTag: String, logger: Logger, messageFormatter: MessageFormatter = defaultMessageFormatter, levels: Iterable): KSLog","dev.inmo.kslog.common.KSJVMLog"]},{"name":"fun KSJVMLog(defaultTag: String, logger: Logger, messageFormatter: MessageFormatter = defaultMessageFormatter, minLoggingLevel: LogLevel = LogLevel.values().first()): KSLog","description":"dev.inmo.kslog.common.KSJVMLog","location":"kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html","searchKeys":["KSJVMLog","fun KSJVMLog(defaultTag: String, logger: Logger, messageFormatter: MessageFormatter = defaultMessageFormatter, minLoggingLevel: LogLevel = LogLevel.values().first()): KSLog","dev.inmo.kslog.common.KSJVMLog"]},{"name":"fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, levels: Iterable): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, levels: Iterable): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.values().first()): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.values().first()): 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 KSAndroidLog(defaultTag: String, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","description":"dev.inmo.kslog.common.KSAndroidLog","location":"kslog/dev.inmo.kslog.common/-k-s-android-log.html","searchKeys":["KSAndroidLog","inline fun KSAndroidLog(defaultTag: String, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","dev.inmo.kslog.common.KSAndroidLog"]},{"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"]}]