example::ExampleObject

Example object that logs to the folly.logging.example.lib category.

Synopsis

Declared in <folly/logging/example/lib.h>

class ExampleObject;

Member Functions

NameDescription
ExampleObject [constructor]Construct an ExampleObject holding the given string value.
~ExampleObject [destructor]Destroy the ExampleObject.
doStuff Perform some example work, emitting log messages.