GM6000 Digital Heater Controller Branch: main
SDX-1330
Namespaces | Functions
Api.h File Reference
#include "Ajax/Logging/CategoryId.h"
#include "Ajax/Logging/CriticalMsg.h"
#include "Ajax/Logging/WarningMsg.h"
#include "Ajax/Logging/EventMsg.h"
#include "Ajax/Logging/AlertMsg.h"
#include "Ajax/Logging/InfoMsg.h"
#include "Ajax/Logging/MetricsMsg.h"
Include dependency graph for Api.h:

Go to the source code of this file.

Namespaces

namespace  Ajax
 The 'Ajax' namespace is the root name space all GM6000 application specific source code.
 
namespace  Ajax::Logging
 The 'Logging' namespace provides the Ajax and Eros Application specific logging Categories and Message IDs.
 

Functions

void Ajax::Logging::logf (CriticalMsg msgId, const char *msgTextFormat,...) noexcept
 This method logs a CRITICAL log entry.
 
void Ajax::Logging::logf (WarningMsg msgId, const char *msgTextFormat,...) noexcept
 This method logs a WARNING log entry.
 
void Ajax::Logging::logf (EventMsg msgId, const char *msgTextFormat,...) noexcept
 This method logs a EVENT log entry.
 
void Ajax::Logging::logf (AlertMsg msgId, const char *msgTextFormat,...) noexcept
 This method logs a ALERT log entry.
 
void Ajax::Logging::logf (InfoMsg msgId, const char *msgTextFormat,...) noexcept
 This method logs a INFO log entry.
 
void Ajax::Logging::logf (MetricsMsg msgId, const char *msgTextFormat,...) noexcept
 This method logs a METRICS log entry.