diff --git a/docs/calling/navigation.html b/docs/calling/navigation.html index af1ba200d2d..75ab5a093fc 100644 --- a/docs/calling/navigation.html +++ b/docs/calling/navigation.html @@ -1591,6 +1591,31 @@ +
+
+ Tag +
+
+
+ Text +
+
+
+ +
+
+
+
+ UserClientData +
+
+
+ Companion +
+
+
@@ -1642,6 +1667,16 @@ obfuscateUrlPath()
+
+
+ toKaliumLogLevel() +
+
+
+
+ toMinSeverity() +
+
@@ -13337,7 +13372,7 @@ observe()
-
+
diff --git a/docs/cli/navigation.html b/docs/cli/navigation.html index af1ba200d2d..75ab5a093fc 100644 --- a/docs/cli/navigation.html +++ b/docs/cli/navigation.html @@ -1591,6 +1591,31 @@
+
+
+ Tag +
+
+
+ Text +
+
+
+ +
+
+
+
+ UserClientData +
+
+
+ Companion +
+
+
@@ -1642,6 +1667,16 @@ obfuscateUrlPath()
+
+
+ toKaliumLogLevel() +
+
+
+
+ toMinSeverity() +
+
@@ -13337,7 +13372,7 @@ observe()
-
+
diff --git a/docs/cryptography/com.wire.kalium.cryptography/-cryptography-logger/index.html b/docs/cryptography/com.wire.kalium.cryptography/-cryptography-logger/index.html index 8fd5cbd19bb..dcc70187afa 100644 --- a/docs/cryptography/com.wire.kalium.cryptography/-cryptography-logger/index.html +++ b/docs/cryptography/com.wire.kalium.cryptography/-cryptography-logger/index.html @@ -60,17 +60,17 @@

CryptographyLogger

Functions

-
+
- - + +
Link copied to clipboard
-
fun setLoggingLevel(level: <Error class: unknown class>, vararg logWriters: <Error class: unknown class> = arrayOf())
+
fun init(config: <Error class: unknown class>)
diff --git a/docs/cryptography/com.wire.kalium.cryptography/-cryptography-logger/init.html b/docs/cryptography/com.wire.kalium.cryptography/-cryptography-logger/init.html new file mode 100644 index 00000000000..157d1485c64 --- /dev/null +++ b/docs/cryptography/com.wire.kalium.cryptography/-cryptography-logger/init.html @@ -0,0 +1,66 @@ + + + + + init + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

init

+
+
fun init(config: <Error class: unknown class>)
+
+ +
+
+ + + diff --git a/docs/cryptography/navigation.html b/docs/cryptography/navigation.html index af1ba200d2d..75ab5a093fc 100644 --- a/docs/cryptography/navigation.html +++ b/docs/cryptography/navigation.html @@ -1591,6 +1591,31 @@
+
+
+ Tag +
+
+
+ Text +
+
+
+ +
+
+
+ +
+
+ Companion +
+
+
@@ -1642,6 +1667,16 @@ obfuscateUrlPath()
+ +
+ +

@@ -13337,7 +13372,7 @@ observe()
-
+
diff --git a/docs/logger/com.wire.kalium.logger/-kalium-log-level/index.html b/docs/logger/com.wire.kalium.logger/-kalium-log-level/index.html index 798d9d7ce07..e4fcf1b0c70 100644 --- a/docs/logger/com.wire.kalium.logger/-kalium-log-level/index.html +++ b/docs/logger/com.wire.kalium.logger/-kalium-log-level/index.html @@ -56,7 +56,7 @@

KaliumLogLevel

LoggerType in order from lowest to the highest severity level.

-
+

Entries

@@ -188,7 +188,22 @@

Properties

Functions

-
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun KaliumLogLevel.toMinSeverity(): <Error class: unknown class>
+
+
+
+
+
diff --git a/docs/logger/com.wire.kalium.logger/-kalium-logger/-config/-companion/-d-e-f-a-u-l-t.html b/docs/logger/com.wire.kalium.logger/-kalium-logger/-config/-companion/-d-e-f-a-u-l-t.html new file mode 100644 index 00000000000..61cebd0f79d --- /dev/null +++ b/docs/logger/com.wire.kalium.logger/-kalium-logger/-config/-companion/-d-e-f-a-u-l-t.html @@ -0,0 +1,66 @@ + + + + + DEFAULT + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

DEFAULT

+
+ +
+ +
+
+ + + diff --git a/docs/logger/com.wire.kalium.logger/-kalium-logger/-config/-companion/disabled.html b/docs/logger/com.wire.kalium.logger/-kalium-logger/-config/-companion/disabled.html new file mode 100644 index 00000000000..7effaca36ab --- /dev/null +++ b/docs/logger/com.wire.kalium.logger/-kalium-logger/-config/-companion/disabled.html @@ -0,0 +1,66 @@ + + + + + disabled + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

disabled

+
+ +
+ +
+
+ + + diff --git a/docs/logger/com.wire.kalium.logger/-kalium-logger/-config/-companion/index.html b/docs/logger/com.wire.kalium.logger/-kalium-logger/-config/-companion/index.html index f40769b3caa..9153eab708d 100644 --- a/docs/logger/com.wire.kalium.logger/-kalium-logger/-config/-companion/index.html +++ b/docs/logger/com.wire.kalium.logger/-kalium-logger/-config/-companion/index.html @@ -60,17 +60,36 @@

Companion

Properties

-
+
- - + +
Link copied to clipboard
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
diff --git a/docs/logger/com.wire.kalium.logger/-kalium-logger/-config/-config.html b/docs/logger/com.wire.kalium.logger/-kalium-logger/-config/-config.html index e0d07dfe001..6eefb3dec68 100644 --- a/docs/logger/com.wire.kalium.logger/-kalium-logger/-config/-config.html +++ b/docs/logger/com.wire.kalium.logger/-kalium-logger/-config/-config.html @@ -49,12 +49,12 @@
-
+

Config

-
constructor(severity: KaliumLogLevel, tag: String)
+
constructor(initialLevel: KaliumLogLevel, initialLogWriterList: List<<Error class: unknown class>> = listOf(platformLogWriter()))