YARP
Yet Another Robot Platform
YarpLogger.cpp File Reference
#include <iostream>
#include <cstring>
#include <string>
#include <sstream>
#include <cstdio>
#include <fstream>
#include <iterator>
#include <yarp/os/RpcClient.h>
#include <yarp/os/SystemClock.h>
#include <yarp/logger/YarpLogger.h>
+ Include dependency graph for YarpLogger.cpp:

Go to the source code of this file.

Functions

const std::list< MessageEntryfilter_by_level (int level, const std::list< MessageEntry > &messages)
 
std::streamoff get_tag (ifstream &file, const char *tag)
 

Function Documentation

◆ filter_by_level()

const std::list<MessageEntry> filter_by_level ( int  level,
const std::list< MessageEntry > &  messages 
)

Definition at line 747 of file YarpLogger.cpp.

◆ get_tag()

std::streamoff get_tag ( ifstream &  file,
const char *  tag 
)

Definition at line 893 of file YarpLogger.cpp.