fgm / filog

A fine logger package for Meteor.JS applications (client + server)
GNU General Public License v3.0
18 stars 6 forks source link

Filog should export its base classes for applications to extend #50

Closed fgm closed 6 years ago

fgm commented 6 years ago

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.

fgm commented 6 years ago

This has been merged in #51 to be released in v0.1.18.