Logger.opCall

Emit a textual log message from the given string

  1. Logger append(Level level, cstring exp)
  2. alias opCall = append
    class Logger
    alias opCall = append

Return Value

this

Meta