Skip to content

Commit

Permalink
Fix typo (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
valery1707 committed Jun 24, 2023
1 parent 7f30c1f commit b614508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ To log from non-Kotlin clients, that don't support calling Kotlin's default para

:::

For each severity, there are two methods. One takes a `String` log message directly, the other takes a function parameter that returns a string. The function is only evaluated if the log will be written. Which you use is personal preference. They both will log to the same places, but the function paramter version may avoid unecessary `String` creation and evaluation.
For each severity, there are two methods. One takes a `String` log message directly, the other takes a function parameter that returns a string. The function is only evaluated if the log will be written. Which you use is personal preference. They both will log to the same places, but the function parameter version may avoid unecessary `String` creation and evaluation.

Here are what the `w` method definitions look like:

Expand Down

0 comments on commit b614508

Please sign in to comment.