logCritical

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

Meta