Log: add FormatError() overload with std::exception
This commit is contained in:
@@ -89,6 +89,10 @@ LogError(const std::exception &e);
|
||||
void
|
||||
LogError(const std::exception &e, const char *msg);
|
||||
|
||||
gcc_printf(2,3)
|
||||
void
|
||||
FormatError(const std::exception &e, const char *fmt, ...);
|
||||
|
||||
gcc_printf(2,3)
|
||||
void
|
||||
FormatError(const Domain &domain, const char *fmt, ...);
|
||||
|
Reference in New Issue
Block a user