![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This file contains private (i.e.
the application SHOULD never call this method directory for the logging framework
#include <stdint.h>
#include <stdarg.h>
Go to the source code of this file.
Namespaces | |
namespace | Cpl |
The 'Cpl' namespace is the root name space for the Colony. | |
namespace | Cpl::Logging |
The 'Logging' namespace provides a framework for Logging events. | |
Functions | |
void | Cpl::Logging::createAndAddLogEntry_ (uint32_t category, const char *catIdText, uint16_t msgId, const char *msgIdText, const char *format, va_list ap) noexcept |
This method is used to create the log entry and insert into the entry queue. | |