Ingen  0.5.1
Classes | Public Types | Public Member Functions | List of all members
Ingen::Log Class Reference

Classes

struct  Feature
 

Public Types

typedef std::function< int(LV2_URID, const char *, va_list)> Sink
 

Public Member Functions

 Log (LV2_Log_Log *log, URIs &uris)
 
void error (const std::string &msg)
 
void info (const std::string &msg)
 
void warn (const std::string &msg)
 
void trace (const std::string &msg)
 
void error (const fmt &fmt)
 
void info (const fmt &fmt)
 
void warn (const fmt &fmt)
 
int vtprintf (LV2_URID type, const char *fmt, va_list args)
 
void set_flush (bool f)
 
void set_trace (bool f)
 
void set_sink (Sink s)
 

The documentation for this class was generated from the following files: