Configuration for a LogHandler
Declared in <folly/logging/LogHandlerConfig.h>
class LogHandlerConfig;
| Name | Description |
|---|---|
Options | A map of handler option names to their values. |
| Name | Description |
|---|---|
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. |
| Name | Description |
|---|---|
options | The handler-specific options. |
type | The handler type name. |
| Name | Description |
|---|---|
logConfigToDynamic | Convert a LogHandlerConfig object to a folly::dynamic object. |