Web Analytics Made Easy - Statcounter
Skip to content

The SBCLog Library#

This library exposes the logging primitives that extension developers use to emit diagnostics, warnings, and errors in a SAMSON-friendly way.

Use this page when you need low-level SDK infrastructure that other extension code builds on. For class members, signatures, and exact behavior, continue from the links below into the generated API reference.

Library contents#

The SBCLog library defines SAMSON's logging mechanism. In particular, it defines three macros that may be used by developers of SAMSON Extensions to log information, warnings or errors. Please refer to the chapter about logging for more information.

See also#