Skip to content

Strategies for Logfile Names #14

@mostertb

Description

@mostertb

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions