|
FlatImage
A configurable Linux containerization system
|
Portal daemon logging configuration. More...
Classes | |
| class | Logs |
Functions | |
| Value< Logs > | deserialize (std::string_view str_raw_json) |
Deserializes a json string into a Logs class. | |
| Value< std::string > | serialize (Logs const &logs) |
Serializes a Logs class into a json string. | |
Portal daemon logging configuration.
Defines log file paths for portal daemon processes including parent, child, and grandchild process logs. Manages per-PID log directory structure with support for serialization to pass logging configuration to spawned daemon processes.
|
inlinenodiscardnoexcept |
Deserializes a json string into a Logs class.
Deserializes JSON string into a Binds object.
| str_raw_json | The json string which to deserialize |
Logs class or the respective error Definition at line 100 of file daemon.hpp.
|
inlinenodiscardnoexcept |
Serializes a Logs class into a json string.
| logs | The Logs object to serialize |
Definition at line 122 of file daemon.hpp.