PcapPlusPlus  Next
Logger.h File Reference
#include <cstdio>
#include <cstdint>
#include <memory>
#include <array>
#include <mutex>
#include <ostream>
#include <sstream>
#include <functional>
#include "DeprecationUtils.h"
#include "ObjectPool.h"

Go to the source code of this file.

Classes

struct  pcpp::LogSource
 
class  pcpp::internal::LogContext
 A context encapsulating the details of a single log message to be passed to the Logger. More...
 
class  pcpp::Logger
 

Namespaces

 pcpp
 The main namespace for the PcapPlusPlus lib.
 

Enumerations

enum  pcpp::LogModule : uint8_t {
}
 An enum representing all PcapPlusPlus modules. More...
 
enum class  pcpp::LogLevel : uint8_t {
  pcpp::Off = 0 , pcpp::Error = 1 , pcpp::Warn = 2 , pcpp::Info = 3 ,
  pcpp::Debug = 4
}
 

Functions

std::string pcpp::getErrorString (int errnum)