Errorf is like Printf, but it marks this event as an error.
(format string, a ...interface{})
| 121 | |
| 122 | // Errorf is like Printf, but it marks this event as an error. |
| 123 | Errorf(format string, a ...interface{}) |
| 124 | |
| 125 | // Finish declares that this event log is complete. |
| 126 | // The event log should not be used after calling this method. |
no outgoing calls