Logger.report

Reports the text to the logger with the level LogLevel

  1. void report(LogLevel level, string text)
    struct Logger
    @trusted const nothrow
    void
    report
    (,
    lazy scope string text
    )
  2. void report(Topic topic, string identifier, const(Document) data)
  3. void report(LogLevel level, string fmt, Args args)

Meta