LogSender.h File Reference
#include <chrono>
#include <memory>
#include <Ice/ProxyHandle.h>
#include <IceUtil/Time.h>
#include <ArmarXCore/core/system/ImportExport.h>
#include "LoggingUtil.h"
+ Include dependency graph for LogSender.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LogSender
 Wrapper for the Log IceStorm topic with convenience methods for logging. More...
 

Namespaces

namespace  armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
namespace  IceProxy
 
namespace  IceProxy::armarx
 

Typedefs

typedef ::IceInternal::ProxyHandle<::IceProxy::armarx::Log > LogPrx
 

Enumerations

enum class  MessageTypeT {
  UNDEFINED , DEBUG , VERBOSE , INFO ,
  IMPORTANT , WARN , ERROR , FATAL ,
  LogLevelCount
}
 

Functions

template<>
ARMARXCORE_IMPORT_EXPORT LogSenderLogSender::operator<<< LogSender::ConsoleColor > (const LogSender::ConsoleColor &colorCode)
 Changes the current message color.
 
template<>
ARMARXCORE_IMPORT_EXPORT LogSenderLogSender::operator<<< LogSender::manipulator > (const manipulator &manipulator)
 Executes a manipulator like flush on the stream.
 

Variables

const LogSender::manipulator flush = &LogSender::flush