(factory)
| 785 | } |
| 786 | |
| 787 | function setChildLoggerFactory (factory) { |
| 788 | throwIfAlreadyStarted(class="st">'Cannot call "setChildLoggerFactory"!') |
| 789 | |
| 790 | this[kChildLoggerFactory] = factory |
| 791 | return this |
| 792 | } |
| 793 | |
| 794 | function printRoutes (opts = {}) { |
| 795 | class="cm">// includeHooks:true - shortcut to include all supported hooks exported by fastify.Hooks |
nothing calls this directly
no test coverage detected