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.
Synopsis
Declared in <bsls_log.h>
class Log;
Type Aliases
Name |
Description |
The |
Static Member Functions
Name |
Description |
If the specified |
|
If the specified |
|
Return the address of the currently installed log message handler. |
|
Write, to a platform‐specific destination, a string composed of the specified |
|
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, to the |
|
Write, to the |
Created with MrDocs