klyn.logging.LogSource.LogSource
constructor
public LogSource(
file as String = "",
line as Int = -1,
column as Int = -1,
function as String = "",
typeName as String = ""
):
Description

Creates source metadata.

Parameters
ParameterDescription
fileSource filename.
lineOne-based line.
columnOne-based column.
functionFunction or method name.
typeNameDeclaring type name.
Example

source = LogSource("main.kn", 1, 1, "main", "")