PcapPlusPlus  Next
Logger.h File Reference
#include <cstdio>
#include <cstdint>
#include <memory>
#include <array>
#include <mutex>
#include <ostream>
#include <sstream>
#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 { pcpp::Off = 0 , pcpp::Error = 1 , pcpp::Info = 2 , pcpp::Debug = 3 }
 

Functions

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