Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for stdlib LogFormatter in LogService #111

Open
tcalmant opened this issue Mar 9, 2020 · 0 comments
Open

Add support for stdlib LogFormatter in LogService #111

tcalmant opened this issue Mar 9, 2020 · 0 comments
Labels

Comments

@tcalmant
Copy link
Owner

tcalmant commented Mar 9, 2020

Currently, the log service doesn't support formatters: it is necessary to create a LogListener to print out logs with a custom format..

Solutions can include:

  • add support for a formatter in the log shell commands (basic print out)
  • mimic the standard library LogEntry members for a Formatter to handle entries from the Log Service
  • add a basic log listener component which could mimic a Handler (with its own Formatter) to ease log writing.

Requested at: https://groups.google.com/d/msg/ipopo-users/7tmyroWUEHg/a4w3mkwEAwAJ

tcalmant added a commit that referenced this issue Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant