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

Synopsis

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

class ExampleObject;

Member Functions

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.

Created with MrDocs