message

Print a verbose message. Doesn't prefix or highlight messages.

  1. void message(Loc loc, const(char)* format, ...)
    nothrow extern (C++)
    static if(__VERSION__ < 2092)
    void
    message
    (
    const ref Loc loc
    ,
    const(char)* format
    ,)
  2. void message(const(char)* format, ...)

Parameters

loc Loc

location of message

format const(char)*

printf-style format specification ... = printf-style variadic arguments

Suggestion Box / Bug Report