| 48 | } |
| 49 | |
| 50 | type JSONLogger struct { |
| 51 | Opts map[string]string |
| 52 | logger *logrotate.Logger |
| 53 | encoder *jsonfile.SyncEncoder |
| 54 | } |
| 55 | |
| 56 | func JSONFileLogOptsValidate(logOptMap map[string]string) error { |
| 57 | for key := range logOptMap { |
nothing calls this directly
no outgoing calls
no test coverage detected