mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-22 08:13:59 +00:00
Update setup.md
This commit is contained in:
parent
66d4bdf5e6
commit
7e43dece5f
@ -1,5 +1,5 @@
|
|||||||
# Setup
|
# Setup
|
||||||
|
|
||||||
## Dependency installation
|
## Dependency installation
|
||||||
|
|
||||||
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/kslog/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/kslog)
|
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/kslog/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/kslog)
|
||||||
@ -48,12 +48,13 @@ KSLog(
|
|||||||
Additionally you may use one of several different settings:
|
Additionally you may use one of several different settings:
|
||||||
|
|
||||||
* `minLoggingLevel` - minimal logging level for the log which will be logged. The order of log level is next:
|
* `minLoggingLevel` - minimal logging level for the log which will be logged. The order of log level is next:
|
||||||
* DEBUG
|
* TRACE
|
||||||
* VERBOSE
|
* DEBUG
|
||||||
* INFO
|
* VERBOSE
|
||||||
* WARNING
|
* INFO
|
||||||
* ERROR
|
* WARNING
|
||||||
* ASSERT
|
* ERROR
|
||||||
|
* ASSERT
|
||||||
* `levels` - and iterable with the levels which should be logged
|
* `levels` - and iterable with the levels which should be logged
|
||||||
* `firstLevel`,`secondLevel`,`otherLevels` - as `levels`, but `vararg` :)
|
* `firstLevel`,`secondLevel`,`otherLevels` - as `levels`, but `vararg` :)
|
||||||
|
|
||||||
@ -150,4 +151,4 @@ KSLog(
|
|||||||
"yourTag"
|
"yourTag"
|
||||||
Logger.getLogger("YourJavaLoggerName")
|
Logger.getLogger("YourJavaLoggerName")
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user