Logging#
During execution, the user version of SAMSON does not have a console to which messages may be output (e.g. through std::cout
).
The current logging mechanism in SAMSON operates through three macros that may be used by developers of SAMSON Extensions:
SB_INFORMATION
SB_WARNING
SB_ERROR
Events registered through these macros are output to the console or the log file.