You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: