Example object that logs to the folly.logging.example.lib category.
Declared in <folly/logging/example/lib.h>
class ExampleObject;
| Name | Description |
|---|---|
ExampleObject [constructor] | Construct an ExampleObject holding the given string value. |
~ExampleObject [destructor] | Destroy the ExampleObject. |
doStuff | Perform some example work, emitting log messages. |