Logger.report

Reports the text to the logger with the level LogLevel

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