https://github.com/xcraft-inc/xcraft-core-buslog
Bus logger
https://github.com/xcraft-inc/xcraft-core-buslog
bus logger xcraft
Last synced: 23 days ago
JSON representation
Bus logger
- Host: GitHub
- URL: https://github.com/xcraft-inc/xcraft-core-buslog
- Owner: Xcraft-Inc
- Created: 2016-08-04T13:58:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T14:23:56.000Z (9 months ago)
- Last Synced: 2025-04-10T04:17:45.185Z (about 2 months ago)
- Topics: bus, logger, xcraft
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xcraft-core-buslog
Bridge for the logs provided by `xcraft-core-log` and the Xcraft bus.
When a log is sent by `xcraft-core-log` and that busLog is available, then
the log is sent by event in the bus too.These events are very useful for the UI in order to print the logs. Note
that these events are used by the `xcraft-contrib-gitlabci` module in order
to send the logs to the GitLab CI server too.## Events
- `widget.text.verb`
- `widget.text.info`
- `widget.text.warn`
- `widget.text.err`
- `widget.text.dbg`
- `widget.progress`