Logger client that redirects messages to standard output.
More...
#include <geogram/basic/logger.h>
Logger client that redirects messages to standard output.
Definition at line 203 of file logger.h.
◆ div()
void GEO::ConsoleLogger::div |
( |
const std::string & |
title | ) |
|
|
overridevirtual |
Creates a new division.
This creates a new division entitled with title
- Parameters
-
[in] | title | the text of the title |
Implements GEO::LoggerClient.
◆ err()
void GEO::ConsoleLogger::err |
( |
const std::string & |
str | ) |
|
|
overridevirtual |
Handles an error message.
- Parameters
-
[in] | str | the text of the message |
Implements GEO::LoggerClient.
◆ out()
void GEO::ConsoleLogger::out |
( |
const std::string & |
str | ) |
|
|
overridevirtual |
Handles an information message.
- Parameters
-
[in] | str | the text of the message |
Implements GEO::LoggerClient.
◆ status()
void GEO::ConsoleLogger::status |
( |
const std::string & |
str | ) |
|
|
overridevirtual |
Handles a status message.
- Parameters
-
[in] | str | the text of the message This function does actually nothing |
Implements GEO::LoggerClient.
◆ warn()
void GEO::ConsoleLogger::warn |
( |
const std::string & |
str | ) |
|
|
overridevirtual |
Handles a warning message.
- Parameters
-
[in] | str | the text of the message |
Implements GEO::LoggerClient.
The documentation for this class was generated from the following file: