Fatal

After fatal-level logs are output, the program will stop running. Exercise caution when using this function.

Function Usage

Outputs fatal information.

Prototype

1
void Log::Fatal(const std::string& file, const std::string& function, const int& line, std::string& msg);

Parameters

Parameter

Input/Output

Description

file

Input

File corresponding to the information.

function

Input

Function corresponding to the information.

line

Input

Number of the line where the information is located.

msg

Input

Information content.