Hey all. I was thinking about adding an option to provide an appender instance in the configuration, rather than just a string meant to be the target of a require statement. The idea would be to provide the appender object under appenders..type. Then I would check to see if appender..type has a configure property. If so, treat it as an appender instance and skip the load step. Changes would go in appenders/index.js near the beginning of the createAppender function. Any thoughts on this?
Hey all. I was thinking about adding an option to provide an appender instance in the configuration, rather than just a string meant to be the target of a require statement. The idea would be to provide the appender object under appenders..type. Then I would check to see if appender..type has a configure property. If so, treat it as an appender instance and skip the load step. Changes would go in appenders/index.js near the beginning of the createAppender function. Any thoughts on this?