This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Description
Currently OpsLogger only allows for a single enum for configuring the logging system. For large modular systems this may not be a usable approach.
Would reworking OpsLoggerFactory to allow multiple calls to build() with different enums but combining the use of the same underlying BasicOpsLogger be an option?