F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Os/Log.hpp>
Go to the source code of this file.
Variables | |
Os::Log | __default_logger__ |
Os::Log __default_logger__ |
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.