Logger.opCall

logs the text to in INFO level

  1. void opCall(string text)
    struct Logger
    const nothrow
    void
    opCall
    (
    lazy string text
    )
  2. void opCall(string fmt, Args args)