message

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

  1. void message(const ref Loc loc, const(char)* format, ...)
    nothrow extern (C++)
    void
    message
    (
    const ref Loc loc
    ,
    const(char)* format
    ,)
  2. void message(const(char)* format, ...)

Parameters

loc
Type: Loc

location of message

format
Type: const(char)*

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

Meta