Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrinch committed Oct 25, 2017
1 parent 8008eee commit 60f4e7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,7 @@ The following example settings set bit at address 0.0 in both DB's as the 'live
**PLC connection status**

Boolean indicating whether a PLC is connected or not can be found in PLC class' public variable `connected`.

## Logging

All logging with various priorities inside the library is done with slf4j. Meaning, you need a logger binding (for example slf4j-simple) to see logs.

0 comments on commit 60f4e7a

Please sign in to comment.