LogMessageSourceContext

Container for information about where a log message was created in a program's source.

Members

Variables

fileName
string fileName;

The name of the file that the message was generated from.

functionName
string functionName;

The name of the function that the message was generated from.

lineNumber
size_t lineNumber;

The line number in the file where this message was generated.

moduleName
string moduleName;

The name of the D module that the log message was generated from.