AMSDST
|
#include "TError.h"
Go to the source code of this file.
Functions | |
void | ShowError (int level, char const *location, char const *fmt,...) |
A helper function to use the error message system in ROOT. | |
void ShowError | ( | int | level, |
char const * | location, | ||
char const * | fmt, | ||
... | |||
) |
A helper function to use the error message system in ROOT.
This function could be used outside TObject, therefore more flexible.
level | the error level of the message. Message with level < gErrorIgnoreLevel will be ignored |
location | the location of the message, usually is function name |
fmt | the format string |
... | other message parameter to be insert into format string |
Definition at line 5 of file debug.cxx.
Referenced by myChain::checkWildcardList().