MCU
Loading...
Searching...
No Matches
Classes | Functions
PrintLogger.h File Reference
#include <stddef.h>
#include <stdint.h>
#include <cstdarg>
#include <stdio.h>
#include <iostream>
Include dependency graph for PrintLogger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RateLimitedLogger
 

Functions

template<typename T >
void logger_println (T out)
 

Function Documentation

◆ logger_println()

template<typename T >
void logger_println ( out)

Definition at line 20 of file PrintLogger.h.

20 {
21 std::cout << out<<std::endl;
22}