This class provides a namespace for low‐level logging utilities.
Synopsis
Declared in <bsls_log.h>
class Log;
Description
This class serves as a namespace containing a suite of utility functions that allow low‐level code to write log messages to a configurable, globally controlled destination.
Type Aliases
Name |
Description |
Callback type invoked to handle log messages. |
Static Member Functions
Name |
Description |
Log a formatted message if its severity meets the threshold. |
|
Log an unformatted message if its severity meets the threshold. |
|
Return the address of the currently installed log message handler. |
|
Write a formatted log record to a platform‐specific destination. |
|
Install the specified |
|
Set the severity threshold at which log records are written by |
|
Return the currently configured severity threshold at or above which records are written by |
|
Write a formatted log record to the |
|
Write a formatted log record to the |
Created with MrDocs