Logger.trace

ロガーに値を出力します。 値はLogElement!Tに格納され、バックエンドに渡されます。

  1. void trace(T args)
    struct Logger(Backend)
    version(D_Ddoc)
    void
    trace
    (
    Level lv
    T...
    )
    ()
    if (
    isOutputRange!(Backend, LogElement!(Variant))
    )
  2. void trace(T args)

Meta