Template Class LogInterface#

Inheritance Relationships#

Derived Type#

Class Documentation#

template<class T>
class LogInterface#

Subclassed by Coral::BufferLogger< depth, element_t >

Public Functions

void log (const char *fmt,...) __attribute__((format(printf
void va_start(args, fmt)#
vlog(fmt, args)#
va_end(args)#
inline void vlog(const char *fmt, va_list args)#