Embedded Artistry Framework
Embedded Systems C++ Framework
Typedefs
platform_logger.hpp File Reference
#include <logging/circular_buffer_logger.hpp>
#include <mutex>
Include dependency graph for platform_logger.hpp:
This graph shows which files directly or indirectly include this file:

Typedefs

using PlatformLogger = embvm::PlatformLogger_t< embvm::CircularLogBufferLogger< 8 *1024, std::mutex > >
 

Typedef Documentation

◆ PlatformLogger