Logger.error

Write error text to the log.

class Logger
final nothrow
void
error
(
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