Returns the string representation from the reader and ultimately the formatter.
()
| 36 | |
| 37 | // Returns the string representation from the reader and ultimately the formatter. |
| 38 | func (entry *Entry) String() (string, error) { |
| 39 | return (*logrus.Entry)(entry).String() |
| 40 | } |
| 41 | |
| 42 | // WithError adds an error as single field (using the key defined in ErrorKey) to the Entry. |
| 43 | func (entry *Entry) WithError(err error) *Entry { |
no outgoing calls