Update setup.md

This commit is contained in:
InsanusMokrassar 2023-11-18 20:38:41 +06:00 committed by GitHub
parent 66d4bdf5e6
commit 7e43dece5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 9 deletions

View File

@ -1,5 +1,5 @@
# Setup
# Setup
## 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)
@ -48,12 +48,13 @@ KSLog(
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:
* DEBUG
* VERBOSE
* INFO
* WARNING
* ERROR
* ASSERT
* TRACE
* DEBUG
* VERBOSE
* INFO
* WARNING
* ERROR
* ASSERT
* `levels` - and iterable with the levels which should be logged
* `firstLevel`,`secondLevel`,`otherLevels` - as `levels`, but `vararg` :)
@ -150,4 +151,4 @@ KSLog(
"yourTag"
Logger.getLogger("YourJavaLoggerName")
)
```
```