Log.append

Undocumented in source.
  1. void append(A args)
    template append(LogLevel level)
    void
    append
    (
    alias fmt
    Fence _ = Fence()
    string file = __FILE__
    size_t line = __LINE__
    A...
    )
    (
    lazy A args
    )
    if (
    isSomeString!(typeof(fmt))
    )
  2. void append(Char[] fmt, A args)
  3. void append(A arg)

Members

Functions

append
void append(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
append
void append(Char[] fmt, A args)
Undocumented in source. Be warned that the author may not have intended to support it.
append
void append(A arg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta