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

Implement a LogService #59

Closed
tcalmant opened this issue May 11, 2016 · 0 comments
Closed

Implement a LogService #59

tcalmant opened this issue May 11, 2016 · 0 comments
Milestone

Comments

@tcalmant
Copy link
Owner

Implement a LogService matching OSGi's API, based on the Python standard logging module.
Also provide a "log" command in the shell to print the latest log traces.

@tcalmant tcalmant added this to the 0.6.4 milestone May 11, 2016
tcalmant added a commit that referenced this issue May 26, 2016
In relation with issue #59

The OSGi's LogService and LogReaderService are implemented by the same
class, to ease the access to the entries store.
The LogEntry object is similar to OSGi's one.

The LogService keeps track of the standard logging entries, but doesn't
handle persistence: a LogListener should be implemented for that task.

The content of the log can be accessed using the "log" shell command.
Some lines can be added with the "debug", "info", "warn" and "error"
commands.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant