Update log.md

This commit is contained in:
Tanner 2017-05-19 12:15:36 +01:00 committed by GitHub
parent 6de57148e5
commit ed36d4ece7
1 changed files with 17 additions and 1 deletions

View File

@ -1 +1,17 @@
Logging...
Log information using `drop.log`.
```
drop.log.info("Informational log")
```
Log types supported are:
- info
- warning
- verbose
- debug
- error
- fatal
## Protocol
Create your own logger by conforming to `LogProtocol`.