Skip to content

daisy::Logger< LOGGER_NONE >

Module: LIBDAISY / HUMAN_INTERFACE / LOGGING

More...

#include <logger.h>

Public Functions

Name
Logger()
void Print(const char * format, ... )
void PrintLine(const char * format, ... )
void StartLog(bool wait_for_pc =false)
void PrintV(const char * format, va_list va)
void PrintLineV(const char * format, va_list va)

Detailed Description

class daisy::Logger< LOGGER_NONE >;

Specialization for a muted log

Public Functions Documentation

function Logger

inline Logger()

function Print

static inline void Print(
    const char * format,
    ... 
)

function PrintLine

static inline void PrintLine(
    const char * format,
    ... 
)

function StartLog

static inline void StartLog(
    bool wait_for_pc =false
)

function PrintV

static inline void PrintV(
    const char * format,
    va_list va
)

function PrintLineV

static inline void PrintLineV(
    const char * format,
    va_list va
)

---

Updated on 2024-01-03 at 19:41:01 +0000