Logger implementation for logging to an HTML file with dynamic filtering support.
Whether the logger can handle multiple lines in a single beginLine/endLine.
Legacy logging interface relying on dynamic memory allocation.
Starts a new log line.
Writes part of a log line message.
Finalizes a log line.
See Implementation
Logger implementation for logging to an HTML file with dynamic filtering support.