append.append

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void append(A args)
  2. void append(Char[] fmt, A args)
    template append(LogLevel level)
    void
    append
    (
    Fence _ = Fence()
    string file = __FILE__
    size_t line = __LINE__
    Char
    A...
    )
    (
    const Char[] fmt
    ,
    lazy A args
    )
  3. void append(A arg)

Meta