Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.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 "version_data.h"
#include "core.h"
+ Include dependency graph for logger.cpp:

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.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LoadConsoleColors()

void LoadConsoleColors ( )

Loads console color configuration.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ reports

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

List of all reports.