folly::LogHandlerConfig

Configuration for a LogHandler

Synopsis

Declared in <folly/logging/LogHandlerConfig.h>

class LogHandlerConfig;

Type Aliases

NameDescription
Options A map of handler option names to their values.

Member Functions

NameDescription
LogHandlerConfig [constructor]Constructors
update Update this LogHandlerConfig object by merging in settings from another LogConfig.
operator== Return true if this config equals another config.
operator!= Return true if this config differs from another config.

Data Members

NameDescription
options The handler-specific options.
type The handler type name.

Non-Member Functions

NameDescription
logConfigToDynamicConvert a LogHandlerConfig object to a folly::dynamic object.