16#ifndef ROOTUTILS_ILOGGER_H
17#define ROOTUTILS_ILOGGER_H
Very simple interface for writing log messages.
virtual ~ILogger()
Make the destructor virtual.
virtual void debug(const char *msg)=0
Log a debugging message.
virtual void error(const char *msg)=0
Log an error message.