Fix Kdoc class comment in SOSLSv2FormatBuilder
This commit is contained in:
parent
b0c3473c83
commit
933971c82f
1 changed files with 8 additions and 5 deletions
|
@ -31,11 +31,14 @@ import kotlinx.datetime.LocalDateTime
|
|||
import kotlinx.datetime.toLocalDateTime
|
||||
|
||||
/**
|
||||
* Builds the format as specified
|
||||
* in the [SOSLS v2](https://z.staropensource.de/spec-logging-v2)
|
||||
* specification, which looks
|
||||
* something like this:
|
||||
* `[505ms] [03.10.1990 23:23:23] [INFO de.staropensource.engine.testapp.Main#sayHi~42] Hello World!`
|
||||
* Builds the format as specified in the
|
||||
* [SOSLS v2](https://z.staropensource.de/spec-logging-v2)
|
||||
* specification.
|
||||
*
|
||||
* It looks like this:
|
||||
* ```plain
|
||||
* [505ms] [03.10.1990 23:23:23] [INFO de.staropensource.engine.testapp.Main#sayHi~42] Hello World!
|
||||
* ```
|
||||
*
|
||||
* @param call [Call] to build a format for
|
||||
* @since v1-alpha10
|
||||
|
|
Loading…
Reference in a new issue