We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
LogEntry
Formatter
Handler
Requested at: https://groups.google.com/d/msg/ipopo-users/7tmyroWUEHg/a4w3mkwEAwAJ
The text was updated successfully, but these errors were encountered:
Added method to convert LogEntry to LogRecord
578ea33
Draft for #111
No branches or pull requests
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:
LogEntry
members for aFormatter
to handle entries from the Log ServiceHandler
(with its ownFormatter
) to ease log writing.Requested at: https://groups.google.com/d/msg/ipopo-users/7tmyroWUEHg/a4w3mkwEAwAJ
The text was updated successfully, but these errors were encountered: