BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
fc::gelf_appender::config Struct Reference

#include <gelf_appender.hpp>

Public Attributes

string endpoint = "127.0.0.1:12201"
 
string host = "fc"
 
uint32_t max_object_depth = FC_MAX_LOG_OBJECT_DEPTH
 

Detailed Description

Definition at line 14 of file gelf_appender.hpp.

Member Data Documentation

◆ endpoint

string fc::gelf_appender::config::endpoint = "127.0.0.1:12201"

Definition at line 16 of file gelf_appender.hpp.

◆ host

string fc::gelf_appender::config::host = "fc"

Definition at line 17 of file gelf_appender.hpp.

◆ max_object_depth

uint32_t fc::gelf_appender::config::max_object_depth = FC_MAX_LOG_OBJECT_DEPTH

Definition at line 18 of file gelf_appender.hpp.


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