|
| const std::string & | GenericAPI::LogFileDefault () |
| | Retrieve the default log file. More...
|
| |
| void | GenericAPI::CloseLog (const std::string &Filename=LogFileDefault()) |
| | Close the requested log. More...
|
| |
| bool | GenericAPI::IsLogging (const int Group, const int Level, const std::string &Filename=LogFileDefault()) |
| | Check if the message would be logged. More...
|
| |
| void | GenericAPI::LogFileDefault (const std::string &LogFilename) |
| | Establish the default output file for logging. More...
|
| |
| void | GenericAPI::queueLogEntry (const std::string &Message, const std::string &Group, const int Level, const std::string &Caller, const std::string &JobInfo, const unsigned int Time=0, const std::string &Filename=LogFileDefault()) |
| | Queue a message to be written to a log file. More...
|
| |
| void | GenericAPI::queueLogEntry (const std::string &Message, const int Group, const int Level, const std::string &Caller, const std::string &JobInfo, const unsigned int Time=0, const std::string &Filename=LogFileDefault()) |
| | Queue a message to be written to a log file. More...
|
| |
| void | GenericAPI::setLogDebugLevel (const int Level, const std::string &Filename=std::string("")) |
| | Establish level of debugging output. More...
|
| |
| void | GenericAPI::SetLogFormatter (const GenericAPI::Log::LDAS *Formatter) |
| | Establish how to format logging messages. More...
|
| |
| log_type | GenericAPI::LogFormatter (const std::string &Filename=LogFileDefault()) |
| | Gain access to the current log formatter. More...
|
| |
| void | GenericAPI::setLogTag (const std::string &Tag) |
| | Establish tag used to identify logging set. More...
|
| |
| void | GenericAPI::SyncLog (const std::string &Filename=LogFileDefault()) |
| | Wait till all log messages are written. More...
|
| |