cubos::core::Logger::Location struct

Identifies a location in the code.

Public functions

auto string() const -> std::string
Returns a string representation for the location.

Public variables

std::string function
Function name.
std::string file
File name.
int line
Line number.

Function documentation

std::string cubos::core::Logger::Location::string() const

Returns a string representation for the location.

Returns String representation.