opendnp3  3.0.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::Logger::Settings Struct Reference

#include <opendnp3/logging/Logger.h>

Public Member Functions

 Settings (ModuleId module, const std::string &id, LogLevels levels)
 

Public Attributes

std::string id
 
LogLevels levels
 
ModuleId module
 

Detailed Description

Definition at line 39 of file Logger.h.

Constructor & Destructor Documentation

◆ Settings()

opendnp3::Logger::Settings::Settings ( ModuleId  module,
const std::string &  id,
LogLevels  levels 
)
inline

Definition at line 41 of file Logger.h.

Member Data Documentation

◆ id

std::string opendnp3::Logger::Settings::id

Definition at line 44 of file Logger.h.

◆ levels

LogLevels opendnp3::Logger::Settings::levels

Definition at line 45 of file Logger.h.

◆ module

ModuleId opendnp3::Logger::Settings::module

Definition at line 43 of file Logger.h.


The documentation for this struct was generated from the following file: