diff --git a/index.html b/index.html index 1e42c42..7ad3eb8 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
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 57762a8..073db92 100644 --- a/kslog/dev.inmo.kslog.common/-callback-k-s-log/-callback-k-s-log.html +++ b/kslog/dev.inmo.kslog.common/-callback-k-s-log/-callback-k-s-log.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
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 95261ce..821cb5e 100644 --- a/kslog/dev.inmo.kslog.common/-callback-k-s-log/index.html +++ b/kslog/dev.inmo.kslog.common/-callback-k-s-log/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
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 1b5a41f..7a40037 100644 --- a/kslog/dev.inmo.kslog.common/-callback-k-s-log/perform-log.html +++ b/kslog/dev.inmo.kslog.common/-callback-k-s-log/perform-log.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/-k-s-android-log.html b/kslog/dev.inmo.kslog.common/-k-s-android-log.html new file mode 100644 index 0000000..18b5b85 --- /dev/null +++ b/kslog/dev.inmo.kslog.common/-k-s-android-log.html @@ -0,0 +1,110 @@ + + + + + KSAndroidLog + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

KSAndroidLog

+
+
+
+
fun KSAndroidLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): CallbackKSLog
fun KSAndroidLog(defaultTag: String, levels: Iterable<LogLevel>): KSLog
inline fun KSAndroidLog(    defaultTag: String,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
fun KSAndroidLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog
+

Sources

+
+
+
+
+ + +
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-j-s-log.html b/kslog/dev.inmo.kslog.common/-k-s-j-s-log.html new file mode 100644 index 0000000..a911c0f --- /dev/null +++ b/kslog/dev.inmo.kslog.common/-k-s-j-s-log.html @@ -0,0 +1,110 @@ + + + + + KSJSLog + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

KSJSLog

+
+
+
+
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
+

Sources

+
+
+
+
+ + +
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-j-v-m-log.html b/kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html new file mode 100644 index 0000000..11476ae --- /dev/null +++ b/kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html @@ -0,0 +1,110 @@ + + + + + KSJVMLog + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

KSJVMLog

+
+
+
+
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
+

Sources

+
+
+
+
+ + +
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.html b/kslog/dev.inmo.kslog.common/-k-s-log.html index 7833d8c..d9b8ce6 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-log.html +++ b/kslog/dev.inmo.kslog.common/-k-s-log.html @@ -31,13 +31,10 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
- - -
@@ -48,120 +45,54 @@ if(savedDarkMode === true){
-
+

KSLog

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

Sources

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- +
- +
Link copied to clipboard
- -
+ +
- - + +
Link copied to clipboard
- -
+ +
- - + +
Link copied to clipboard
- -
+ +
- - + +
Link copied to clipboard
diff --git a/kslog/dev.inmo.kslog.common/-k-s-log/-companion/default.html b/kslog/dev.inmo.kslog.common/-k-s-log/-companion/default.html index c55874c..f01dea8 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-log/-companion/default.html +++ b/kslog/dev.inmo.kslog.common/-k-s-log/-companion/default.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
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 efc0eda..7384925 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-log/-companion/index.html +++ b/kslog/dev.inmo.kslog.common/-k-s-log/-companion/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
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 0c2aad0..a87d8ac 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log.html +++ b/kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
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 bca2dcc..3e5cf3f 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-log/index.html +++ b/kslog/dev.inmo.kslog.common/-k-s-log/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
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 b8a7fbe..1d89c74 100644 --- a/kslog/dev.inmo.kslog.common/-k-s-log/perform-log.html +++ b/kslog/dev.inmo.kslog.common/-k-s-log/perform-log.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
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 832775d..670e363 100644 --- a/kslog/dev.inmo.kslog.common/-log-level/-a-s-s-e-r-t/index.html +++ b/kslog/dev.inmo.kslog.common/-log-level/-a-s-s-e-r-t/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.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 09d5dbb..55e923e 100644 --- a/kslog/dev.inmo.kslog.common/-log-level/-d-e-b-u-g/index.html +++ b/kslog/dev.inmo.kslog.common/-log-level/-d-e-b-u-g/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.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 05fd55d..d061ed7 100644 --- a/kslog/dev.inmo.kslog.common/-log-level/-e-r-r-o-r/index.html +++ b/kslog/dev.inmo.kslog.common/-log-level/-e-r-r-o-r/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.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 32764d4..d13eed7 100644 --- a/kslog/dev.inmo.kslog.common/-log-level/-i-n-f-o/index.html +++ b/kslog/dev.inmo.kslog.common/-log-level/-i-n-f-o/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.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 ee84bda..560ee78 100644 --- a/kslog/dev.inmo.kslog.common/-log-level/-v-e-r-b-o-s-e/index.html +++ b/kslog/dev.inmo.kslog.common/-log-level/-v-e-r-b-o-s-e/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.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 5e3fb3a..cab5810 100644 --- a/kslog/dev.inmo.kslog.common/-log-level/-w-a-r-n-i-n-g/index.html +++ b/kslog/dev.inmo.kslog.common/-log-level/-w-a-r-n-i-n-g/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/-log-level/index.html b/kslog/dev.inmo.kslog.common/-log-level/index.html index 6f43b50..847e118 100644 --- a/kslog/dev.inmo.kslog.common/-log-level/index.html +++ b/kslog/dev.inmo.kslog.common/-log-level/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.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 8d1f23b..2235e3e 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.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/-tag-logger/index.html b/kslog/dev.inmo.kslog.common/-tag-logger/index.html index f8e2498..5abcb01 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.0.3
+0.1.0
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 969f5dd..6e0b1ad 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.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/-tag-logger/tag.html b/kslog/dev.inmo.kslog.common/-tag-logger/tag.html index 7238ee2..4e8ec37 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.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/assert.html b/kslog/dev.inmo.kslog.common/assert.html index 9de1d2a..c31fbcb 100644 --- a/kslog/dev.inmo.kslog.common/assert.html +++ b/kslog/dev.inmo.kslog.common/assert.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/d.html b/kslog/dev.inmo.kslog.common/d.html index 344ec37..77d08cb 100644 --- a/kslog/dev.inmo.kslog.common/d.html +++ b/kslog/dev.inmo.kslog.common/d.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/debug.html b/kslog/dev.inmo.kslog.common/debug.html index 37ab795..68a3c16 100644 --- a/kslog/dev.inmo.kslog.common/debug.html +++ b/kslog/dev.inmo.kslog.common/debug.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/default-message-formatter.html b/kslog/dev.inmo.kslog.common/default-message-formatter.html new file mode 100644 index 0000000..f2e14ac --- /dev/null +++ b/kslog/dev.inmo.kslog.common/default-message-formatter.html @@ -0,0 +1,77 @@ + + + + + defaultMessageFormatter + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

defaultMessageFormatter

+
+
+
+
val defaultMessageFormatter: MessageFormatter
+

Sources

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+ +
+
+ + diff --git a/kslog/dev.inmo.kslog.common/e.html b/kslog/dev.inmo.kslog.common/e.html index 6d04dd5..abc4883 100644 --- a/kslog/dev.inmo.kslog.common/e.html +++ b/kslog/dev.inmo.kslog.common/e.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/error.html b/kslog/dev.inmo.kslog.common/error.html index e774e22..2171db5 100644 --- a/kslog/dev.inmo.kslog.common/error.html +++ b/kslog/dev.inmo.kslog.common/error.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/i.html b/kslog/dev.inmo.kslog.common/i.html index 21b33d0..f4e4783 100644 --- a/kslog/dev.inmo.kslog.common/i.html +++ b/kslog/dev.inmo.kslog.common/i.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/index.html b/kslog/dev.inmo.kslog.common/index.html index beb9b99..e346758 100644 --- a/kslog/dev.inmo.kslog.common/index.html +++ b/kslog/dev.inmo.kslog.common/index.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
@@ -108,6 +108,23 @@ if(savedDarkMode === true){
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
typealias MessageFormatter = (l: LogLevel, t: String, m: String, Throwable?) -> String
+
+
+
+
@@ -263,19 +280,70 @@ if(savedDarkMode === true){
- -
+ +
- - + +
Link copied to clipboard
-
-
actual fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog
expect fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(defaultTag: String, levels: Iterable<LogLevel>): KSLog
inline fun KSLog(    defaultTag: String,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
fun KSLog(messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog
actual fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
actual fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog
fun KSLog(    logger: Logger,     filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean,     messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String): CallbackKSLog
fun KSLog(    defaultTag: String,     logger: Logger,     filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean = { _, _, _, _ -> true }): KSLog
+
+
fun KSAndroidLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog
fun KSAndroidLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): CallbackKSLog
fun KSAndroidLog(defaultTag: String, levels: Iterable<LogLevel>): KSLog
inline fun KSAndroidLog(    defaultTag: String,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
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
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
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
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
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
@@ -401,7 +469,24 @@ if(savedDarkMode === true){

Properties

-
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
val defaultMessageFormatter: MessageFormatter
+
+
+
+
+
diff --git a/kslog/dev.inmo.kslog.common/info.html b/kslog/dev.inmo.kslog.common/info.html index 81fc452..8ca6061 100644 --- a/kslog/dev.inmo.kslog.common/info.html +++ b/kslog/dev.inmo.kslog.common/info.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/invoke.html b/kslog/dev.inmo.kslog.common/invoke.html index 7023077..0185141 100644 --- a/kslog/dev.inmo.kslog.common/invoke.html +++ b/kslog/dev.inmo.kslog.common/invoke.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/l.html b/kslog/dev.inmo.kslog.common/l.html index d417013..575c5cc 100644 --- a/kslog/dev.inmo.kslog.common/l.html +++ b/kslog/dev.inmo.kslog.common/l.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/log-tag.html b/kslog/dev.inmo.kslog.common/log-tag.html index e7eebb6..3103c0c 100644 --- a/kslog/dev.inmo.kslog.common/log-tag.html +++ b/kslog/dev.inmo.kslog.common/log-tag.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/log.html b/kslog/dev.inmo.kslog.common/log.html index 90b79c0..4d767a5 100644 --- a/kslog/dev.inmo.kslog.common/log.html +++ b/kslog/dev.inmo.kslog.common/log.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/logger.html b/kslog/dev.inmo.kslog.common/logger.html index 48dcf02..996a4a7 100644 --- a/kslog/dev.inmo.kslog.common/logger.html +++ b/kslog/dev.inmo.kslog.common/logger.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/v.html b/kslog/dev.inmo.kslog.common/v.html index 81e5e22..08d5bd4 100644 --- a/kslog/dev.inmo.kslog.common/v.html +++ b/kslog/dev.inmo.kslog.common/v.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/verbose.html b/kslog/dev.inmo.kslog.common/verbose.html index dee8d9b..c4adcc3 100644 --- a/kslog/dev.inmo.kslog.common/verbose.html +++ b/kslog/dev.inmo.kslog.common/verbose.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/w.html b/kslog/dev.inmo.kslog.common/w.html index edaa7e9..b05b5f8 100644 --- a/kslog/dev.inmo.kslog.common/w.html +++ b/kslog/dev.inmo.kslog.common/w.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/warning.html b/kslog/dev.inmo.kslog.common/warning.html index 99aab7c..4b963ca 100644 --- a/kslog/dev.inmo.kslog.common/warning.html +++ b/kslog/dev.inmo.kslog.common/warning.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/dev.inmo.kslog.common/wtf.html b/kslog/dev.inmo.kslog.common/wtf.html index 12bb39e..11f1e2b 100644 --- a/kslog/dev.inmo.kslog.common/wtf.html +++ b/kslog/dev.inmo.kslog.common/wtf.html @@ -31,7 +31,7 @@ if(savedDarkMode === true){
-0.0.3
+0.1.0
diff --git a/kslog/package-list b/kslog/package-list index 4d89a9a..c3333c1 100644 --- a/kslog/package-list +++ b/kslog/package-list @@ -1,11 +1,20 @@ $dokka.format:html-v1 $dokka.linkExtension:html $dokka.location:dev.inmo.kslog.common////PointingToDeclaration/kslog/dev.inmo.kslog.common/index.html -$dokka.location:dev.inmo.kslog.common//KSLog/#java.util.logging.Logger#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String?,kotlin.String,kotlin.Throwable?,kotlin.Boolean]#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String?,kotlin.String,kotlin.Throwable?,kotlin.String]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log.html -$dokka.location:dev.inmo.kslog.common//KSLog/#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String?,kotlin.String,kotlin.Throwable?,kotlin.String]#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String?,kotlin.String,kotlin.Throwable?,kotlin.Boolean]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log.html +$dokka.location:dev.inmo.kslog.common//KSAndroidLog/#kotlin.String#dev.inmo.kslog.common.LogLevel#dev.inmo.kslog.common.LogLevel#kotlin.Array[dev.inmo.kslog.common.LogLevel]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-android-log.html +$dokka.location:dev.inmo.kslog.common//KSAndroidLog/#kotlin.String#dev.inmo.kslog.common.LogLevel/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-android-log.html +$dokka.location:dev.inmo.kslog.common//KSAndroidLog/#kotlin.String#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String,kotlin.String,kotlin.Throwable?,kotlin.Boolean]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-android-log.html +$dokka.location:dev.inmo.kslog.common//KSAndroidLog/#kotlin.String#kotlin.collections.Iterable[dev.inmo.kslog.common.LogLevel]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-android-log.html +$dokka.location:dev.inmo.kslog.common//KSJSLog/#kotlin.String#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String,kotlin.String,kotlin.Throwable?,kotlin.String]#dev.inmo.kslog.common.LogLevel#dev.inmo.kslog.common.LogLevel#kotlin.Array[dev.inmo.kslog.common.LogLevel]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-j-s-log.html +$dokka.location:dev.inmo.kslog.common//KSJSLog/#kotlin.String#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String,kotlin.String,kotlin.Throwable?,kotlin.String]#dev.inmo.kslog.common.LogLevel/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-j-s-log.html +$dokka.location:dev.inmo.kslog.common//KSJSLog/#kotlin.String#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String,kotlin.String,kotlin.Throwable?,kotlin.String]#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String?,kotlin.String,kotlin.Throwable?,kotlin.Boolean]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-j-s-log.html +$dokka.location:dev.inmo.kslog.common//KSJSLog/#kotlin.String#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String,kotlin.String,kotlin.Throwable?,kotlin.String]#kotlin.collections.Iterable[dev.inmo.kslog.common.LogLevel]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-j-s-log.html +$dokka.location:dev.inmo.kslog.common//KSJVMLog/#kotlin.String#java.util.logging.Logger#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String,kotlin.String,kotlin.Throwable?,kotlin.String]#dev.inmo.kslog.common.LogLevel#dev.inmo.kslog.common.LogLevel#kotlin.Array[dev.inmo.kslog.common.LogLevel]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html +$dokka.location:dev.inmo.kslog.common//KSJVMLog/#kotlin.String#java.util.logging.Logger#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String,kotlin.String,kotlin.Throwable?,kotlin.String]#dev.inmo.kslog.common.LogLevel/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html +$dokka.location:dev.inmo.kslog.common//KSJVMLog/#kotlin.String#java.util.logging.Logger#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String,kotlin.String,kotlin.Throwable?,kotlin.String]#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String?,kotlin.String,kotlin.Throwable?,kotlin.Boolean]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html +$dokka.location:dev.inmo.kslog.common//KSJVMLog/#kotlin.String#java.util.logging.Logger#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String,kotlin.String,kotlin.Throwable?,kotlin.String]#kotlin.collections.Iterable[dev.inmo.kslog.common.LogLevel]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-j-v-m-log.html $dokka.location:dev.inmo.kslog.common//KSLog/#kotlin.String#dev.inmo.kslog.common.LogLevel#dev.inmo.kslog.common.LogLevel#kotlin.Array[dev.inmo.kslog.common.LogLevel]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log.html $dokka.location:dev.inmo.kslog.common//KSLog/#kotlin.String#dev.inmo.kslog.common.LogLevel/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log.html -$dokka.location:dev.inmo.kslog.common//KSLog/#kotlin.String#java.util.logging.Logger#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String,kotlin.String,kotlin.Throwable?,kotlin.Boolean]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log.html $dokka.location:dev.inmo.kslog.common//KSLog/#kotlin.String#kotlin.Function4[dev.inmo.kslog.common.LogLevel,kotlin.String,kotlin.String,kotlin.Throwable?,kotlin.Boolean]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log.html $dokka.location:dev.inmo.kslog.common//KSLog/#kotlin.String#kotlin.collections.Iterable[dev.inmo.kslog.common.LogLevel]/PointingToDeclaration/kslog/dev.inmo.kslog.common/-k-s-log.html $dokka.location:dev.inmo.kslog.common//assert/dev.inmo.kslog.common.KSLog#kotlin.String#kotlin.String#kotlin.Throwable?/PointingToDeclaration/kslog/dev.inmo.kslog.common/assert.html @@ -17,6 +26,7 @@ $dokka.location:dev.inmo.kslog.common//d/dev.inmo.kslog.common.KSLog#kotlin.Stri $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//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 diff --git a/navigation.html b/navigation.html index daee1c3..a85c317 100644 --- a/navigation.html +++ b/navigation.html @@ -14,76 +14,88 @@ -
+ +
-
+ -
+
-
+ -
+ -
+ +
+ +
+ + -
+ -
+
-
+ -
+ -
- -
+
+ + -
+ -
+ -
+ -
+ - -
+ -
+ -
+
-
+ -
+
-
+ -
+
diff --git a/scripts/pages.json b/scripts/pages.json index fff3278..ddddc23 100644 --- a/scripts/pages.json +++ b/scripts/pages.json @@ -1 +1 @@ -[{"name":"ASSERT()","description":"dev.inmo.kslog.common.LogLevel.ASSERT","location":"kslog/dev.inmo.kslog.common/-log-level/-a-s-s-e-r-t/index.html","searchKeys":["ASSERT","ASSERT()","dev.inmo.kslog.common.LogLevel.ASSERT"]},{"name":"DEBUG()","description":"dev.inmo.kslog.common.LogLevel.DEBUG","location":"kslog/dev.inmo.kslog.common/-log-level/-d-e-b-u-g/index.html","searchKeys":["DEBUG","DEBUG()","dev.inmo.kslog.common.LogLevel.DEBUG"]},{"name":"ERROR()","description":"dev.inmo.kslog.common.LogLevel.ERROR","location":"kslog/dev.inmo.kslog.common/-log-level/-e-r-r-o-r/index.html","searchKeys":["ERROR","ERROR()","dev.inmo.kslog.common.LogLevel.ERROR"]},{"name":"INFO()","description":"dev.inmo.kslog.common.LogLevel.INFO","location":"kslog/dev.inmo.kslog.common/-log-level/-i-n-f-o/index.html","searchKeys":["INFO","INFO()","dev.inmo.kslog.common.LogLevel.INFO"]},{"name":"VERBOSE()","description":"dev.inmo.kslog.common.LogLevel.VERBOSE","location":"kslog/dev.inmo.kslog.common/-log-level/-v-e-r-b-o-s-e/index.html","searchKeys":["VERBOSE","VERBOSE()","dev.inmo.kslog.common.LogLevel.VERBOSE"]},{"name":"WARNING()","description":"dev.inmo.kslog.common.LogLevel.WARNING","location":"kslog/dev.inmo.kslog.common/-log-level/-w-a-r-n-i-n-g/index.html","searchKeys":["WARNING","WARNING()","dev.inmo.kslog.common.LogLevel.WARNING"]},{"name":"abstract fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","description":"dev.inmo.kslog.common.KSLog.performLog","location":"kslog/dev.inmo.kslog.common/-k-s-log/perform-log.html","searchKeys":["performLog","abstract fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","dev.inmo.kslog.common.KSLog.performLog"]},{"name":"class CallbackKSLog(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit) : KSLog","description":"dev.inmo.kslog.common.CallbackKSLog","location":"kslog/dev.inmo.kslog.common/-callback-k-s-log/index.html","searchKeys":["CallbackKSLog","class CallbackKSLog(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit) : KSLog","dev.inmo.kslog.common.CallbackKSLog"]},{"name":"enum LogLevel : Enum ","description":"dev.inmo.kslog.common.LogLevel","location":"kslog/dev.inmo.kslog.common/-log-level/index.html","searchKeys":["LogLevel","enum LogLevel : Enum ","dev.inmo.kslog.common.LogLevel"]},{"name":"expect fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","expect fun KSLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun CallbackKSLog(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit)","description":"dev.inmo.kslog.common.CallbackKSLog.CallbackKSLog","location":"kslog/dev.inmo.kslog.common/-callback-k-s-log/-callback-k-s-log.html","searchKeys":["CallbackKSLog","fun CallbackKSLog(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit)","dev.inmo.kslog.common.CallbackKSLog.CallbackKSLog"]},{"name":"fun KSLog(defaultTag: String, levels: Iterable): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, levels: Iterable): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, logger: Logger, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean = { _, _, _, _ -> true }): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, logger: Logger, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean = { _, _, _, _ -> true }): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(logger: Logger, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean, messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String): CallbackKSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(logger: Logger, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean, messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String): CallbackKSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun KSLog(messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","fun KSLog(messageFormatter: (l: LogLevel, t: String?, m: String, Throwable?) -> String, filter: (l: LogLevel, t: String?, m: String, Throwable?) -> Boolean): CallbackKSLog","dev.inmo.kslog.common.KSLog"]},{"name":"fun TagLogger(tag: String)","description":"dev.inmo.kslog.common.TagLogger.TagLogger","location":"kslog/dev.inmo.kslog.common/-tag-logger/-tag-logger.html","searchKeys":["TagLogger","fun TagLogger(tag: String)","dev.inmo.kslog.common.TagLogger.TagLogger"]},{"name":"inline fun KSLog(defaultTag: String, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log.html","searchKeys":["KSLog","inline fun KSLog(defaultTag: String, firstLevel: LogLevel, secondLevel: LogLevel, vararg otherLevels: LogLevel): KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"inline fun KSLog.assert(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.assert","location":"kslog/dev.inmo.kslog.common/assert.html","searchKeys":["assert","inline fun KSLog.assert(message: String, e: Throwable? = null)","dev.inmo.kslog.common.assert"]},{"name":"inline fun KSLog.assert(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.assert","location":"kslog/dev.inmo.kslog.common/assert.html","searchKeys":["assert","inline fun KSLog.assert(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.assert"]},{"name":"inline fun KSLog.assert(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.assert","location":"kslog/dev.inmo.kslog.common/assert.html","searchKeys":["assert","inline fun KSLog.assert(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.assert"]},{"name":"inline fun KSLog.d(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.d","location":"kslog/dev.inmo.kslog.common/d.html","searchKeys":["d","inline fun KSLog.d(message: String, e: Throwable? = null)","dev.inmo.kslog.common.d"]},{"name":"inline fun KSLog.d(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.d","location":"kslog/dev.inmo.kslog.common/d.html","searchKeys":["d","inline fun KSLog.d(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.d"]},{"name":"inline fun KSLog.d(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.d","location":"kslog/dev.inmo.kslog.common/d.html","searchKeys":["d","inline fun KSLog.d(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.d"]},{"name":"inline fun KSLog.debug(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.debug","location":"kslog/dev.inmo.kslog.common/debug.html","searchKeys":["debug","inline fun KSLog.debug(message: String, e: Throwable? = null)","dev.inmo.kslog.common.debug"]},{"name":"inline fun KSLog.debug(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.debug","location":"kslog/dev.inmo.kslog.common/debug.html","searchKeys":["debug","inline fun KSLog.debug(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.debug"]},{"name":"inline fun KSLog.debug(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.debug","location":"kslog/dev.inmo.kslog.common/debug.html","searchKeys":["debug","inline fun KSLog.debug(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.debug"]},{"name":"inline fun KSLog.e(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.e","location":"kslog/dev.inmo.kslog.common/e.html","searchKeys":["e","inline fun KSLog.e(message: String, e: Throwable? = null)","dev.inmo.kslog.common.e"]},{"name":"inline fun KSLog.e(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.e","location":"kslog/dev.inmo.kslog.common/e.html","searchKeys":["e","inline fun KSLog.e(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.e"]},{"name":"inline fun KSLog.e(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.e","location":"kslog/dev.inmo.kslog.common/e.html","searchKeys":["e","inline fun KSLog.e(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.e"]},{"name":"inline fun KSLog.error(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.error","location":"kslog/dev.inmo.kslog.common/error.html","searchKeys":["error","inline fun KSLog.error(message: String, e: Throwable? = null)","dev.inmo.kslog.common.error"]},{"name":"inline fun KSLog.error(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.error","location":"kslog/dev.inmo.kslog.common/error.html","searchKeys":["error","inline fun KSLog.error(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.error"]},{"name":"inline fun KSLog.error(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.error","location":"kslog/dev.inmo.kslog.common/error.html","searchKeys":["error","inline fun KSLog.error(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.error"]},{"name":"inline fun KSLog.i(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.i","location":"kslog/dev.inmo.kslog.common/i.html","searchKeys":["i","inline fun KSLog.i(message: String, e: Throwable? = null)","dev.inmo.kslog.common.i"]},{"name":"inline fun KSLog.i(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.i","location":"kslog/dev.inmo.kslog.common/i.html","searchKeys":["i","inline fun KSLog.i(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.i"]},{"name":"inline fun KSLog.i(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.i","location":"kslog/dev.inmo.kslog.common/i.html","searchKeys":["i","inline fun KSLog.i(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.i"]},{"name":"inline fun KSLog.info(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.info","location":"kslog/dev.inmo.kslog.common/info.html","searchKeys":["info","inline fun KSLog.info(message: String, e: Throwable? = null)","dev.inmo.kslog.common.info"]},{"name":"inline fun KSLog.info(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.info","location":"kslog/dev.inmo.kslog.common/info.html","searchKeys":["info","inline fun KSLog.info(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.info"]},{"name":"inline fun KSLog.info(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.info","location":"kslog/dev.inmo.kslog.common/info.html","searchKeys":["info","inline fun KSLog.info(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.info"]},{"name":"inline fun KSLog.l(level: LogLevel, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.l","location":"kslog/dev.inmo.kslog.common/l.html","searchKeys":["l","inline fun KSLog.l(level: LogLevel, message: String, e: Throwable? = null)","dev.inmo.kslog.common.l"]},{"name":"inline fun KSLog.l(level: LogLevel, tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.l","location":"kslog/dev.inmo.kslog.common/l.html","searchKeys":["l","inline fun KSLog.l(level: LogLevel, tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.l"]},{"name":"inline fun KSLog.l(level: LogLevel, tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.l","location":"kslog/dev.inmo.kslog.common/l.html","searchKeys":["l","inline fun KSLog.l(level: LogLevel, tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.l"]},{"name":"inline fun KSLog.log(level: LogLevel, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.log","location":"kslog/dev.inmo.kslog.common/log.html","searchKeys":["log","inline fun KSLog.log(level: LogLevel, message: String, e: Throwable? = null)","dev.inmo.kslog.common.log"]},{"name":"inline fun KSLog.log(level: LogLevel, tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.log","location":"kslog/dev.inmo.kslog.common/log.html","searchKeys":["log","inline fun KSLog.log(level: LogLevel, tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.log"]},{"name":"inline fun KSLog.log(level: LogLevel, tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.log","location":"kslog/dev.inmo.kslog.common/log.html","searchKeys":["log","inline fun KSLog.log(level: LogLevel, tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.log"]},{"name":"inline fun KSLog.v(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.v","location":"kslog/dev.inmo.kslog.common/v.html","searchKeys":["v","inline fun KSLog.v(message: String, e: Throwable? = null)","dev.inmo.kslog.common.v"]},{"name":"inline fun KSLog.v(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.v","location":"kslog/dev.inmo.kslog.common/v.html","searchKeys":["v","inline fun KSLog.v(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.v"]},{"name":"inline fun KSLog.v(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.v","location":"kslog/dev.inmo.kslog.common/v.html","searchKeys":["v","inline fun KSLog.v(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.v"]},{"name":"inline fun KSLog.verbose(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.verbose","location":"kslog/dev.inmo.kslog.common/verbose.html","searchKeys":["verbose","inline fun KSLog.verbose(message: String, e: Throwable? = null)","dev.inmo.kslog.common.verbose"]},{"name":"inline fun KSLog.verbose(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.verbose","location":"kslog/dev.inmo.kslog.common/verbose.html","searchKeys":["verbose","inline fun KSLog.verbose(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.verbose"]},{"name":"inline fun KSLog.verbose(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.verbose","location":"kslog/dev.inmo.kslog.common/verbose.html","searchKeys":["verbose","inline fun KSLog.verbose(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.verbose"]},{"name":"inline fun KSLog.w(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.w","location":"kslog/dev.inmo.kslog.common/w.html","searchKeys":["w","inline fun KSLog.w(message: String, e: Throwable? = null)","dev.inmo.kslog.common.w"]},{"name":"inline fun KSLog.w(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.w","location":"kslog/dev.inmo.kslog.common/w.html","searchKeys":["w","inline fun KSLog.w(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.w"]},{"name":"inline fun KSLog.w(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.w","location":"kslog/dev.inmo.kslog.common/w.html","searchKeys":["w","inline fun KSLog.w(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.w"]},{"name":"inline fun KSLog.warning(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.warning","location":"kslog/dev.inmo.kslog.common/warning.html","searchKeys":["warning","inline fun KSLog.warning(message: String, e: Throwable? = null)","dev.inmo.kslog.common.warning"]},{"name":"inline fun KSLog.warning(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.warning","location":"kslog/dev.inmo.kslog.common/warning.html","searchKeys":["warning","inline fun KSLog.warning(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.warning"]},{"name":"inline fun KSLog.warning(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.warning","location":"kslog/dev.inmo.kslog.common/warning.html","searchKeys":["warning","inline fun KSLog.warning(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.warning"]},{"name":"inline fun KSLog.wtf(message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.wtf","location":"kslog/dev.inmo.kslog.common/wtf.html","searchKeys":["wtf","inline fun KSLog.wtf(message: String, e: Throwable? = null)","dev.inmo.kslog.common.wtf"]},{"name":"inline fun KSLog.wtf(tag: String, message: String, e: Throwable? = null)","description":"dev.inmo.kslog.common.wtf","location":"kslog/dev.inmo.kslog.common/wtf.html","searchKeys":["wtf","inline fun KSLog.wtf(tag: String, message: String, e: Throwable? = null)","dev.inmo.kslog.common.wtf"]},{"name":"inline fun KSLog.wtf(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","description":"dev.inmo.kslog.common.wtf","location":"kslog/dev.inmo.kslog.common/wtf.html","searchKeys":["wtf","inline fun KSLog.wtf(tag: String? = null, e: Throwable? = null, messageBuilder: () -> String)","dev.inmo.kslog.common.wtf"]},{"name":"interface KSLog","description":"dev.inmo.kslog.common.KSLog","location":"kslog/dev.inmo.kslog.common/-k-s-log/index.html","searchKeys":["KSLog","interface KSLog","dev.inmo.kslog.common.KSLog"]},{"name":"object Companion : KSLog","description":"dev.inmo.kslog.common.KSLog.Companion","location":"kslog/dev.inmo.kslog.common/-k-s-log/-companion/index.html","searchKeys":["Companion","object Companion : KSLog","dev.inmo.kslog.common.KSLog.Companion"]},{"name":"open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","description":"dev.inmo.kslog.common.CallbackKSLog.performLog","location":"kslog/dev.inmo.kslog.common/-callback-k-s-log/perform-log.html","searchKeys":["performLog","open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","dev.inmo.kslog.common.CallbackKSLog.performLog"]},{"name":"open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","description":"dev.inmo.kslog.common.KSLog.Companion.performLog","location":"kslog/dev.inmo.kslog.common/-k-s-log/-companion/perform-log.html","searchKeys":["performLog","open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","dev.inmo.kslog.common.KSLog.Companion.performLog"]},{"name":"open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","description":"dev.inmo.kslog.common.TagLogger.performLog","location":"kslog/dev.inmo.kslog.common/-tag-logger/perform-log.html","searchKeys":["performLog","open override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?)","dev.inmo.kslog.common.TagLogger.performLog"]},{"name":"operator fun KSLog.invoke(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit): CallbackKSLog","description":"dev.inmo.kslog.common.invoke","location":"kslog/dev.inmo.kslog.common/invoke.html","searchKeys":["invoke","operator fun KSLog.invoke(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit): CallbackKSLog","dev.inmo.kslog.common.invoke"]},{"name":"val Any.logTag: String","description":"dev.inmo.kslog.common.logTag","location":"kslog/dev.inmo.kslog.common/log-tag.html","searchKeys":["logTag","val Any.logTag: String","dev.inmo.kslog.common.logTag"]},{"name":"val Any.logger: KSLog","description":"dev.inmo.kslog.common.logger","location":"kslog/dev.inmo.kslog.common/logger.html","searchKeys":["logger","val Any.logger: KSLog","dev.inmo.kslog.common.logger"]},{"name":"val tag: String","description":"dev.inmo.kslog.common.TagLogger.tag","location":"kslog/dev.inmo.kslog.common/-tag-logger/tag.html","searchKeys":["tag","val tag: String","dev.inmo.kslog.common.TagLogger.tag"]},{"name":"value class TagLogger(val tag: String) : KSLog","description":"dev.inmo.kslog.common.TagLogger","location":"kslog/dev.inmo.kslog.common/-tag-logger/index.html","searchKeys":["TagLogger","value class TagLogger(val tag: String) : KSLog","dev.inmo.kslog.common.TagLogger"]},{"name":"var default: KSLog","description":"dev.inmo.kslog.common.KSLog.Companion.default","location":"kslog/dev.inmo.kslog.common/-k-s-log/-companion/default.html","searchKeys":["default","var default: KSLog","dev.inmo.kslog.common.KSLog.Companion.default"]}] +[{"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"]}]