Logger.report

formatted logger

  1. void report(LogLevel level, string text)
  2. void report(LogLevel level, string fmt, Args args)
    struct Logger
    @trusted const nothrow
    void
    report
    (
    Args...
    )
    (,
    string fmt
    ,
    lazy Args args
    )