Adding log frontend requirements - #389
Conversation
|
logging will have 3 components
|
@arkjedrz I see you created the architecture docs for baselibs_rust/log. Is it fine to remove this since the rust shouldn't be a sub-component? |
Actually looking more, the arch & detailed design is duplicated so I think deleting the arch and keeping the detailed design would be fine? |
e3ad372 to
6fd967b
Compare
|
The created documentation from the pull request is available at: docu-html |
6fd967b to
16514a3
Compare
|
All of the requirements should have a |
9830f3e to
be6e3bb
Compare
| Log Frontend Detailed Design | ||
| ============================ | ||
|
|
||
| .. TODO move docs from score/ to here https://github.com/eclipse-score/logging/issues/187 |
There was a problem hiding this comment.
The markdown files from the score/ directory are not built into the docs, this is why we need to move them. Do you want me to add a link to the github page? I don't think this would look too nice in docs.
7927b01 to
d927607
Compare
d927607 to
f4ddf33
Compare
f4ddf33 to
1eb314e
Compare
Fixes eclipse-score/logging#192
The log component doesn't have all of the feature requirements linked to component requirements.
Note that log is split into 3 components (log_backends (logging repo), datarouter (logging repo), log_frontend (baselibs repo) so this PR only add component requirements for the log_frontend component of the logging feature.
So this is adding requirements related to the log interfaces and the log configuration loading.