Provides a file/line position as a string to append to the end of a print or log statement.
Provides a file/line position as a string to append to the end of a print or log statement.
logger.warn("something has occured" + Pos()) // "something has occured - path.to.MyClass.func(MyClass.scala:33)"
Prints the value along with a clickable hyperlink to the location in the source code to std out
Prints the value along with a clickable hyperlink to the location in the source code to std out
the toString of the value
Pos.prt("Hello World")
Macro implementation.
Prints the value along with a clickable hyperlink to the location in the source code to std out
Prints the value along with a clickable hyperlink to the location in the source code to std out
the toString of the value
Pos.prt("Hello World")
Macro implementation.
Provides position based printing.