mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2025-12-30 18:09:08 +00:00
update logging table in kslog
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
As has been said in the [setup](setup.md) section, this library contains next levels of logging with their default representations on each platform:
|
As has been said in the [setup](setup.md) section, this library contains next levels of logging with their default representations on each platform:
|
||||||
|
|
||||||
| Weight (by order) | LogLevel name | JS | JVM Loggers | Android |
|
| Weight (by order) | LogLevel name | JS | JVM Loggers | Android |
|
||||||
| -: | :- | :- | :- | :- |
|
| -: |:-------------:|:-------------:|:-------------:|:-------:|
|
||||||
| 0 | DEBUG | console.log | Level.FINEST | Log.d |
|
| 0 | DEBUG | console.log | Level.FINEST | Log.d |
|
||||||
| 1 | VERBOSE | console.info | Level.FINE | Log.v |
|
| 1 | VERBOSE | console.info | Level.FINE | Log.v |
|
||||||
| 2 | INFO | console.info | Level.INFO | Log.i |
|
| 2 | INFO | console.info | Level.INFO | Log.i |
|
||||||
|
|||||||
Reference in New Issue
Block a user