-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Currently the logfile name can either be specified manually or will be generated from the name of the file in which the command is defined.
It would be nice to offer other automatic naming algorithms. This issue is for creating the framework for different naming algorithms to be interchanged. A GoF Strategy Pattern may be a good solution here.
An example of another simple algorithm might be one extends the current one but appends the name of the host on which the log originated.
Tasks:
- Framework for switching out algorithm
- Configuration for user to specify which algortihm they wish to use
- Implement another example algorithm to prove the system
- Integrate with Logfile Extension functonality
Reactions are currently unavailable