Logger.eval

Write eval text to the log.

class Logger
final nothrow
void
eval
(
A...
)
(
string text
,)

Parameters

text string

The format of the text to write to the log.

args A

The arguments that the format defines (if any).

Meta