A base class for creating custom logging plugins for Snakemake.
To use this base class, inherit from LogHandlerBase
and implement the create_handler
method. The handler should be fully configured with a formatter and filter, as Snakemake will apply its defaults if these are not provided.
This project is licensed under the MIT License.