ICP
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
isis2
instcontrol_temp
ICP
isisutils
logger.cpp
Go to the documentation of this file.
1
#include "
stdafx.h
"
2
#include "
logger.h
"
3
4
namespace
ISIS
5
{
6
7
void
DebuggerChannel::log
(
const
Poco::Message& msg)
8
{
9
OutputDebugString((msg.getText() +
"\n"
).c_str());
10
}
11
12
void
MyChannel::log
(
const
Poco::Message& msg)
13
{
14
m_messages
.push_back(msg);
15
}
16
17
}
ISIS::DebuggerChannel::log
void log(const Poco::Message &msg)
Definition:
logger.cpp:7
stdafx.h
ISIS::MyChannel::log
void log(const Poco::Message &msg)
Definition:
logger.cpp:12
ISIS::MyChannel::m_messages
std::list< Poco::Message > m_messages
Definition:
logger.h:14
logger.h
Generated by
1.8.5