1#ifndef Ajax_Logging_Api_h_
2#define Ajax_Logging_Api_h_
32void logf( CriticalMsg msgId,
const char* msgTextFormat, ... ) noexcept;
35void logf( WarningMsg msgId, const
char* msgTextFormat, ... ) noexcept;
38void logf( EventMsg msgId, const
char* msgTextFormat, ... ) noexcept;
41void logf( AlertMsg msgId, const
char* msgTextFormat, ... ) noexcept;
44void logf( InfoMsg msgId, const
char* msgTextFormat, ... ) noexcept;
47void logf( MetricsMsg msgId, const
char* msgTextFormat, ... ) noexcept;
void logf(CriticalMsg msgId, const char *msgTextFormat,...) noexcept
This method logs a CRITICAL log entry.
The 'Ajax' namespace is the root name space all GM6000 application specific source code.