fix NullLogger to work with the new logging interface
This commit is contained in:
parent
a5ee8d8885
commit
4ee4f74a66
|
@ -1,6 +1,10 @@
|
|||
ChangeLog
|
||||
---------
|
||||
|
||||
2011-01-08 19:28 Juan José Gutiérrez de Quevedo <juanjo@gutierrezdequevedo.com>
|
||||
|
||||
* fixed NullLogger
|
||||
|
||||
2011-01-08 17:22 Juan José Gutiérrez de Quevedo <juanjo@gutierrezdequevedo.com>
|
||||
|
||||
* fixed small bug when submitting stats that would stop the thread that
|
||||
|
|
|
@ -35,7 +35,7 @@ using namespace std;
|
|||
class NullLogger: public Logger
|
||||
{
|
||||
public:
|
||||
void addMessage(int,string){}; //ignore messages
|
||||
void addMessage(string,int,int,string){}; //ignore messages
|
||||
};
|
||||
|
||||
#endif //NULLLOGGER_H
|
||||
|
|
Loading…
Reference in a new issue