debugWithFileLocation

inline fun debugWithFileLocation(node: Node?, log: Logger, format: String?, vararg arguments: Any?)

Logs a debug message with the specified file location. This is intentionally inlined, so that the Logger will use the location of the callee of this function, rather than the Util class.