Skip to content

Commit

Permalink
Updated README to reflect changes in logging approach
Browse files Browse the repository at this point in the history
  • Loading branch information
dievsky committed Dec 4, 2019
1 parent 9daf1c0 commit a5a58a8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@ instruction set or operating system feel free to file an issue to the
[issues]: https://github.com/JetBrains-Research/viktor/issues
Logging
-------
`viktor` uses [`slf4j`](http://www.slf4j.org/) logging API to provide error messages.
To see them, you have to add a `slf4j` implementation (also called a binding)
to your project. For example, add the following Gradle dependency to use `log4j`:
```gradle
dependencies {
compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.25'
}
```
Building from source
--------------------
Expand Down

0 comments on commit a5a58a8

Please sign in to comment.