Log implements the log.Logger interface for session logging.
| 370 | |
| 371 | // Log implements the log.Logger interface for session logging. |
| 372 | type Log struct { |
| 373 | *log.Logger |
| 374 | } |
| 375 | |
| 376 | // NewSessionLog creates a Logger for session using the given io.Writer. |
| 377 | func NewSessionLog(out io.Writer) *Log { |
nothing calls this directly
no outgoing calls
no test coverage detected