![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Namespace for log formatters. More...
Functions | |
| std::string | style0_formatter_full (const logger::ReformatArgs &args) |
| Log formatter for style 0, full details. | |
| std::string | style0_formatter_simple (const logger::ReformatArgs &args) |
| Log formatter for style 0, simple details. | |
| std::string | style1_formatter_full (const logger::ReformatArgs &args) |
| Log formatter for style 1, full details. | |
| std::string | style1_formatter_simple (const logger::ReformatArgs &args) |
| Log formatter for style 1, simple details. | |
| std::string | style2_formatter_full (const logger::ReformatArgs &args) |
| Log formatter for style 2, full details. | |
| std::string | style2_formatter_simple (const logger::ReformatArgs &args) |
| Log formatter for style 2, simple details. | |
| std::string | style3_formatter_full (const logger::ReformatArgs &args) |
| Log formatter for style 3, full details. | |
| std::string | style3_formatter_simple (const logger::ReformatArgs &args) |
| Log formatter for style 3, simple details. | |
| std::string | style4_formatter_full (const logger::ReformatArgs &args) |
| Log formatter for style 3, full details + time. | |
| std::string | style4_formatter_simple (const logger::ReformatArgs &args) |
| Log formatter for style 3, simple details + time. | |
| void | exception_gen_callback (std::string msg) |
| The callback called when an exception is thrown. | |
Namespace for log formatters.
| void logformatter::exception_gen_callback | ( | std::string | msg | ) |
The callback called when an exception is thrown.
This callback is called with the formatted exception message as argument. It is settable with set_exception_gen_callback.
| msg | The formatted exception message |
Definition at line 265 of file change_log_format.cpp.
| std::string logformatter::style0_formatter_full | ( | const logger::ReformatArgs & | args | ) |
Log formatter for style 0, full details.
| args | The arguments for the log formatter |
Definition at line 35 of file change_log_format.cpp.
| std::string logformatter::style0_formatter_simple | ( | const logger::ReformatArgs & | args | ) |
Log formatter for style 0, simple details.
| args | The arguments for the log formatter |
Definition at line 47 of file change_log_format.cpp.
| std::string logformatter::style1_formatter_full | ( | const logger::ReformatArgs & | args | ) |
Log formatter for style 1, full details.
| args | The arguments for the log formatter |
Definition at line 59 of file change_log_format.cpp.
Here is the call graph for this function:| std::string logformatter::style1_formatter_simple | ( | const logger::ReformatArgs & | args | ) |
Log formatter for style 1, simple details.
| args | The arguments for the log formatter |
Definition at line 77 of file change_log_format.cpp.
| std::string logformatter::style2_formatter_full | ( | const logger::ReformatArgs & | args | ) |
Log formatter for style 2, full details.
| args | The arguments for the log formatter |
Definition at line 94 of file change_log_format.cpp.
Here is the call graph for this function:| std::string logformatter::style2_formatter_simple | ( | const logger::ReformatArgs & | args | ) |
Log formatter for style 2, simple details.
| args | The arguments for the log formatter |
Definition at line 113 of file change_log_format.cpp.
| std::string logformatter::style3_formatter_full | ( | const logger::ReformatArgs & | args | ) |
Log formatter for style 3, full details.
| args | The arguments for the log formatter |
Definition at line 130 of file change_log_format.cpp.
Here is the call graph for this function:| std::string logformatter::style3_formatter_simple | ( | const logger::ReformatArgs & | args | ) |
Log formatter for style 3, simple details.
| args | The arguments for the log formatter |
Definition at line 179 of file change_log_format.cpp.
| std::string logformatter::style4_formatter_full | ( | const logger::ReformatArgs & | args | ) |
Log formatter for style 3, full details + time.
Log formatter for style 4, full details + time
| args | The arguments for the log formatter |
Definition at line 196 of file change_log_format.cpp.
Here is the call graph for this function:| std::string logformatter::style4_formatter_simple | ( | const logger::ReformatArgs & | args | ) |
Log formatter for style 3, simple details + time.
Log formatter for style 4, simple details
| args | The arguments for the log formatter |
Definition at line 246 of file change_log_format.cpp.