Error

Function Usage

Outputs error information.

Prototype

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

Parameter Description

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.