omni::structuredlog::SchemaAddFn

Defined in omni/core/ModuleExports.h

using omni::structuredlog::SchemaAddFn = bool (*)(IStructuredLog *log)

Registration function to install a schema with the structured logging system.

Parameters

log[in] A pointer to the global singleton structured logging system to install the schema in.

Returns

true if the schema is successfully installed or was already installed.

Returns

false if the schema could not be installed. This may be caused by a lack of available memory, or too many events have been registered in the system.