You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/bolt_logger.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ class MyAwesomeClass{
33
33
}
34
34
```
35
35
36
-
`BoltLogger`offer`zap` as a extension on `Object` meaning you can call `zap` on or in any object.
36
+
`BoltLogger`offers`zap` as a extension on `Object` meaning you can call `zap` on or in any object.
37
37
Because it's an extension we can automatically include the `runtimeType` of the object that called `zap` as tag for the log message.
38
38
39
39
Just as Zeus when zapping your not only limited to only zap `String`s, you can zap any object. For example: Exceptions, Errors, StackTrace. BoltLogger will take care of the objects accordingly.
0 commit comments