OSFI-C++  3.10.0
OpenSF Integration Library
Logger.h File Reference

OSFI-C++ header that provides formatted logging facilities. More...

#include <string>
#include <iostream>

Go to the source code of this file.

Classes

class  Logger
 

Macros

#define OSFI_NO_RETURN   [[noreturn]]
 

Detailed Description

OSFI-C++ header that provides formatted logging facilities.

Macro Definition Documentation

◆ OSFI_NO_RETURN

#define OSFI_NO_RETURN   [[noreturn]]

A function that does not return, because it terminates the program.