mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
loadAppender will check for a shutdown function exposed by a loaded appender. If present, it will be cached so that the shutdown function can execute it. The intent here is that a Node application would not invoked process.exit until after the log4js shutdown callback returns.