mirror of https://github.com/vapor/docs.git
Update log.md
This commit is contained in:
parent
97c0a3779b
commit
2085b2662d
|
|
@ -1,10 +1,11 @@
|
|||
Log information using `drop.log`.
|
||||
|
||||
```
|
||||
```swift
|
||||
drop.log.info("Informational log")
|
||||
```
|
||||
|
||||
Log types supported are:
|
||||
|
||||
- info
|
||||
- warning
|
||||
- verbose
|
||||
|
|
|
|||
Loading…
Reference in New Issue