Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Enable concise logging e.g.
trace(s"blha blah $variable") and
traceDo {
...
}
note that since parameter has really late binding type (message : => String), the debug string is never computed unless the proper debug level is enabled.