- error
void error(String file, ulong line, String fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- fatal
void fatal(String file, ulong line, String fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- info
void info(String file, ulong line, String fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- trace
void trace(String file, ulong line, String fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- warn
void warn(String file, ulong line, String fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- trace
void trace(String file, ulong line, String fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- info
void info(String file, ulong line, String fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- warn
void warn(String file, ulong line, String fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- error
void error(String file, ulong line, String fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- fatal
void fatal(String file, ulong line, String fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.