Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 60007d8

Browse files
author
Guy Baron
authored
fixing documentation errors
1 parent cd2c922 commit 60007d8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

‎docs/LOGGING.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,8 @@ func SomeHandler(invocation gbus.Invocation, message *gbus.BusMessage) error{
5454
}
5555
```
5656
grabbit makes it easier handling these cases and reduce the repetitive task of logging
57-
<<<<<<< HEAD
58-
<<<<<<< HEAD
5957
these custom contextual attributes in cases of errors by integrating the [emperror errors package](https://github.com/emperror/errors).
60-
=======
61-
these custom contextual attributes in cases of errors by integrating the [emperror errors package] (https://github.com/emperror/errors).
62-
>>>>>>> Fix logging and added logging documentation (#176)
63-
=======
64-
these custom contextual attributes in cases of errors by integrating the [emperror errors package](https://github.com/emperror/errors).
65-
>>>>>>> added documentation on serialization support (#177)
58+
6659
emperror drop-in replacement for the default errors package allows developers to add the needed contextual data on the error instance and have graabit log the error with all contextual attribute.
6760

6861
```go

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /