logError

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void logError(string msg, string file, size_t line)
    version(onyxLog)
    void
    logError
    (
    string msg
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
  2. alias logError = nullLog
  3. alias logError = logFormatError

Meta