Currently, Filog only exports its implementations of the 3 main class types: Processors, Strategies, and Senders. The base Logger class is already exported, though.
Because the underlying base classes are not exported, it is not obvious to app developers that they can, or better, should, develop their own bespoke implementations of these base interfaces, namely: ProcessorBase, StrategyBase, SenderBase.
Currently, Filog only exports its implementations of the 3 main class types: Processors, Strategies, and Senders. The base Logger class is already exported, though.
Because the underlying base classes are not exported, it is not obvious to app developers that they can, or better, should, develop their own bespoke implementations of these base interfaces, namely:
ProcessorBase
,StrategyBase
,SenderBase
.