Return a logger with the specified key-value pair set, to be logged in a subsequent normal logging call
(args ...interface{})
| 58 | |
| 59 | // Return a logger with the specified key-value pair set, to be logged in a subsequent normal logging call |
| 60 | With(args ...interface{}) Logger |
| 61 | } |
| 62 | |
| 63 | // LoggerFactory defines the log factory ares needs. |
no outgoing calls
no test coverage detected