class
InfoInformational message class with formatted output.
A specialized message class for displaying informational content with blue-colored formatting. Unlike exceptions, info messages do not terminate the program and are typically used for logging and user notifications.
The Info class provides stream-like insertion operators for building detailed informational messages with formatting capabilities.
Base classes
- class Message<InfoPrefix>
- Base class for objects which represents output messages.
Public types
- using Parent = Message<InfoPrefix>
- Parent class type alias.