| 10 | * Users can extend this class to customize internal log lines. |
| 11 | */ |
| 12 | class LogController { |
| 13 | /** |
| 14 | * @param {object} [options] |
| 15 | * @param {boolean | ((req: object) => boolean)} [options.disableRequestLogging=false] |
nothing calls this directly
no outgoing calls
no test coverage detected