|
static void | Summary () |
| Shows the summary of all messages.
|
|
static void | SummaryAtExit () |
| Shows the summary at the end of the program.
|
|
static void | AddDecay (int type) |
| Adds the decay to the counter. More...
|
|
static ostream & | Debug (unsigned short int code=0, bool count=true) |
| Four logging entries. More...
|
|
static ostream & | Info (bool count=true) |
|
static ostream & | Warning (bool count=true) |
|
static ostream & | Error (bool count=true) |
|
static void | LogInfo (bool flag=true) |
| Turns off or on particular types of messages By default, only debugging messages are turned off.
|
|
static void | LogWarning (bool flag=true) |
|
static void | LogError (bool flag=true) |
|
static void | LogAll (bool flag=true) |
|
static void | LogPhlupa (int from, int to) |
|
static void | LogDebug (unsigned short s=0, unsigned short e=65535) |
| Sets the range of debug codes that will be printed. More...
|
|
static void | Assert (bool check, char *text=NULL) |
| Asserts logical value. More...
|
|
static void | Fatal (string text, unsigned short int code=0) |
| Terminates the program with added default message or 'text'. More...
|
|
static void | Fatal (unsigned short int code=0) |
|
static void | RedirectOutput (void(*func)(), ostream &where= *out) |
| Redirects output to log. More...
|
|
static void | RedirectOutput (ostream &where= *out) |
|
static void | RevertOutput () |
| WARNING! If You're redirecting more than one function, do not forget to use RevertOutput() afterwards.
|
|
static void | IgnoreFailedAssert (bool flag=true) |
| Do not exit when Log::Assert() check is false. More...
|
|
static void | IgnoreRedirection (bool flag=true) |
| Ignores redirections of functions' output. More...
|
|
static void | IgnoreFatal (unsigned short s=0, unsigned short e=65535) |
| Do not exit when Log::Fatal() with the code within the provided range is called. More...
|
|
static void | SetOutput (ostream *newOut) |
| Change the output of the logged messages. More...
|
|
static void | SetOutput (ostream &newOut) |
|
static void | SetWarningLimit (int x) |
| Change the limit of warnings that will be displayed. More...
|
|
static void | PHOERR (int IMES, const char *TEXT, double DATA) |
| Warnings on errors from internal part of PHOTOS (originally in F77)
|
|
static void | PHOREP () |
| Final report of warnings from internal part of PHOTOS (originally in F77)
|
|