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) |
|
|
|
|
|
Implements uima::Logger. |