Warn

Function Usage

Outputs warning information.

Prototype

1
void Log::Warn (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.