NewLoggerFactory create a pipeline logger factory goland:noinspection GoUnusedExportedFunction
()
| 31 | // NewLoggerFactory create a pipeline logger factory |
| 32 | //goland:noinspection GoUnusedExportedFunction |
| 33 | func NewLoggerFactory() LoggerFactory { |
| 34 | return &loggerFactory{} |
| 35 | } |
| 36 | |
| 37 | type loggerFactory struct { |
| 38 | } |
no outgoing calls