|
#include "LoggingUtil.h"
#include <ArmarXCore/core/system/ImportExport.h>
#include <Ice/ProxyHandle.h>
#include <IceUtil/Time.h>
#include <memory>
#include <chrono>
Go to the source code of this file.
Classes | |
class | LogSender |
Wrapper for the Log IceStorm topic with convenience methods for logging. More... | |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
IceProxy | |
IceProxy::armarx | |
Typedefs | |
typedef ::IceInternal::ProxyHandle< ::IceProxy::armarx::Log > | LogPrx |
Enumerations | |
enum | MessageTypeT { UNDEFINED, DEBUG, VERBOSE, INFO, IMPORTANT, WARN, ERROR, FATAL, LogLevelCount } |
Functions | |
template<> | |
ARMARXCORE_IMPORT_EXPORT LogSender & | LogSender::operator<<< LogSender::ConsoleColor > (const LogSender::ConsoleColor &colorCode) |
Changes the current message color. More... | |
template<> | |
LogSender & | LogSender::operator<<< LogSender::manipulator > (const manipulator &manipulator) |
Executes a manipulator like flush on the stream. More... | |
Variables | |
const LogSender::manipulator | flush = &LogSender::flush |