Elaztek Developer Hub
Blamite Game Engine - blam!  00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
logger.cpp File Reference
#include "logger.h"
#include <fstream>
#include <Strings/components/utils/io/io.h>
#include <Strings/components/utils/res/res.h>
#include "components/settings/config/config.h"
#include "components/settings/placeholders/placeholders.h"
#include "components/resources/engine_globals/globals.h"
#include "res/resource.h"
#include "core.h"

Functions

void LoadConsoleColors ()
 Loads console color configuration. More...
 
void CreateReportViewerPage ()
 Prepares the HTML file for the BlamReport Viewer. More...
 

Variables

std::vector< BlamReport * > reports = std::vector<BlamReport*>()
 List of all reports. More...
 

Function Documentation

◆ CreateReportViewerPage()

void CreateReportViewerPage ( )

Prepares the HTML file for the BlamReport Viewer.

The BlamReport Viewer is a brand spankin' new extension of Halo 2's HTML logging concept. What started as having stylized HTML log files to take advantage of the format eventually evolved into a nice viewer to access all Reports from one page.

This function will create the needed CSS, Images, and BlamReport Viewer page.

◆ LoadConsoleColors()

void LoadConsoleColors ( )

Loads console color configuration.

Variable Documentation

◆ reports

std::vector<BlamReport*> reports = std::vector<BlamReport*>()

List of all reports.