| 25 | } |
| 26 | |
| 27 | export interface FastifyBaseLogger extends Pick<BaseLogger, class="st">'level' | class="st">'info' | class="st">'error' | class="st">'debug' | class="st">'fatal' | class="st">'warn' | class="st">'trace' | class="st">'silent'> { |
| 28 | child(bindings: Bindings, options?: ChildLoggerOptions): FastifyBaseLogger |
| 29 | } |
| 30 | |
| 31 | class="cm">// TODO delete FastifyLoggerInstance in the next major release. It seems that it is enough to have only FastifyBaseLogger. |
| 32 | /** |
no outgoing calls
no test coverage detected