Opened 21 months ago
Closed 19 months ago
#2295 closed enhancement (fixed)
Add API for extensions to send log messages that can be displayed by the web client
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.19.8 |
Component: | web | Version: | |
Keywords: | Cc: |
Description (last modified by )
Update The logging possibility can be useful for all types of extensions, not just service.
Services are extensions that are running in the background to perform some kind of regular service. They can be listed and accessed by the GUI at Administrate -> Services where it is possible to start and stop the services.
It would be useful (mostly for debugging purposes) to have a simple logging API that the services can use. It should be possible to view messages that are submitted to log in the web interface. The log doesn't have to be permanent but could be kept in memory with a limit on the number of messages to keep before older ones are removed.
Change History (17)
comment:1 by , 21 months ago
comment:9 by , 21 months ago
Description: | modified (diff) |
---|---|
Summary: | Add API for services to send log messages that can be displayed by the web client → Add API for extensions to send log messages that can be displayed by the web client |
comment:17 by , 19 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 8116: