9 #ifndef TEAMCENTER_COMMON_LOGGING_APPENDER_HXX
10 #define TEAMCENTER_COMMON_LOGGING_APPENDER_HXX
17 #include <tclogging/libtclogging_exports.h>
19 namespace Teamcenter::Common::Logging
51 static void includeLoggerName(
bool include );
62 virtual std::string getAbsoluteFilePath() = 0;
67 FILE* getFilePointer();
71 friend class FileAppenderTest;
73 static std::string getCurrentTimeStamp();
74 void formatLogEvent(
LogEvent logEvent, std::ostringstream& stringStream );
84 #include <tclogging/libtclogging_undef.h>