The ResourceManager instantiates and registers a FileLogger when the UIMACPP_LOGFILE environment variable is set to the location of a log file.
Public Member Functions | |
FileLogger (std::string filename) | |
~FileLogger () | |
virtual void | log (LogStream::EnEntryType entrytype, std::string classname, std::string methodname, std::string message, long errorCode) |
uima::FileLogger::FileLogger | ( | std::string | filename | ) |
uima::FileLogger::~FileLogger | ( | ) | [inline] |
virtual void uima::FileLogger::log | ( | LogStream::EnEntryType | entrytype, | |
std::string | classname, | |||
std::string | methodname, | |||
std::string | message, | |||
long | errorCode | |||
) | [virtual] |
Implements uima::Logger.