5#ifndef JIVEXML_IMESSAGE_H
6#define JIVEXML_IMESSAGE_H
8#include <GaudiKernel/IMessageSvc.h>
25 virtual void Message(
const MSG::Level level,
const std::string&
msg )
const = 0;
Pure abstract interface to provide some athena-indepandant messaging Note that only MSG::Level enum i...
virtual MSG::Level LogLevel() const =0
Get the logging level.
virtual void Message(const MSG::Level level, const std::string &msg) const =0
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.