F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
LogDefault.cpp File Reference
#include <Os/Log.hpp>

Go to the source code of this file.

Variables

Os::Log __default_logger__
 

Variable Documentation

◆ __default_logger__

Os::Log __default_logger__

LogDefault.cpp:

This file ensures that the Os::Log has a default instance. This means it will be created in static space here, and registered as the default implementation. If the user does not intend to use the default implementation of Os::Log, then this file can safely be ignored.

Definition at line 9 of file LogDefault.cpp.