Something went wrong on our end
Forked from
oai / openairinterface5G
20969 commits behind the upstream repository.
-
Francois TABURET authoredFrancois TABURET authored
devusage.md 647 B
logging facility developer usage
The logging facility objectives are
- provide a common console tracing mechanism
- Allow a flexible activation of console traces, by configuration or dynamically at any time while code is running.
Most developpers will only use the log macros to add console messages to the code. The logging facility also provides an api that is used for initialization and configuration.
Adding console traces in oaicode