Searched refs:CsvFormatter (Results 1 – 1 of 1) sorted by relevance
75 class CsvFormatter : public CsvFormatter_Base class86 CsvFormatter( const Reference< XComponentContext >& context );87 virtual ~CsvFormatter();177 CsvFormatter::CsvFormatter( const Reference< XComponentContext >& context ) in CsvFormatter() function in logging::CsvFormatter187 CsvFormatter::~CsvFormatter() in ~CsvFormatter()190 ::sal_Bool CsvFormatter::getLogEventNo() throw (RuntimeException) in getLogEventNo()195 ::sal_Bool CsvFormatter::getLogThread() throw (RuntimeException) in getLogThread()200 ::sal_Bool CsvFormatter::getLogTimestamp() throw (RuntimeException) in getLogTimestamp()205 ::sal_Bool CsvFormatter::getLogSource() throw (RuntimeException) in getLogSource()372 return *( new CsvFormatter( context ) ); in Create()[all …]
Completed in 8 milliseconds