mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
Poco::Logger - add formatted version of methods
This commit is contained in:
@@ -52,9 +52,11 @@ public:
|
||||
void log(const Poco::Message& msg);
|
||||
MsgList& list();
|
||||
void clear();
|
||||
const Poco::Message& getLastMessage() const { return _lastMessage; }
|
||||
|
||||
private:
|
||||
MsgList _msgList;
|
||||
Poco::Message _lastMessage;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user