Interface for factories that construct log handlers from config options.
Declared in <folly/logging/LogHandlerFactory.h>
class LogHandlerFactory;
| Name | Description |
|---|---|
Options | A map of configuration option names to values. |
| Name | Description |
|---|---|
~LogHandlerFactory [destructor] [virtual] | Destroys the factory. |
createHandler [virtual] | Create a new LogHandler. |
getType [virtual] | Get the type name of this LogHandlerFactory. |
updateHandler [virtual] | Update an existing LogHandler with a new configuration. |
| Name | Description |
|---|---|
FileHandlerFactory | FileHandlerFactory is a LogHandlerFactory that constructs log handlers that write to a file. |
StreamHandlerFactory | StreamHandlerFactory is a LogHandlerFactory that constructs log handlers that write to stdout or stderr. |