Logger.opCall

logs the fmt text in INFO level

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