ezEngine Release 26.9
Loading...
Searching...
No Matches
ezLogWriter::HTML Class Reference

A log writer that writes out log messages to an HTML file. More...

#include <HTMLWriter.h>

Public Member Functions

void LogMessageHandler (const ezLoggingEventData &eventData)
 Register this at ezLog to write all log messages to an HTML file.
 
void BeginLog (ezStringView sFile, ezStringView sAppTitle)
 Opens the given file for writing the log. From now on all incoming log messages are written into it.
 
void EndLog ()
 Closes the HTML file and stops logging the incoming message.
 
const ezFileWriterGetOpenedLogFile () const
 Returns the name of the log-file that was really opened. Might be slightly different than what was given to BeginLog, to allow parallel execution of the same application.
 
void SetTimestampMode (ezLog::TimestampMode mode)
 Allows to indicate in what form timestamps should be added to log messages.
 

Detailed Description

A log writer that writes out log messages to an HTML file.

Create an instance of this class, register the LogMessageHandler at ezLog and pass the pointer to the instance as the pPassThrough argument to it.


The documentation for this class was generated from the following files: