Kaydet (Commit) 83622e82 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS logger2 (1.3.14); FILE MERGED

2008/05/13 14:42:03 b_michaelsen 1.3.14.1: merged logger cws
üst f2eeea24
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: log_services.cxx,v $ * $RCSfile: log_services.cxx,v $
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -45,6 +45,7 @@ namespace logging ...@@ -45,6 +45,7 @@ namespace logging
extern void createRegistryInfo_FileHandler(); extern void createRegistryInfo_FileHandler();
extern void createRegistryInfo_ConsoleHandler(); extern void createRegistryInfo_ConsoleHandler();
extern void createRegistryInfo_PlainTextFormatter(); extern void createRegistryInfo_PlainTextFormatter();
extern void createRegistryInfo_CsvFormatter();
static void initializeModule() static void initializeModule()
{ {
...@@ -58,6 +59,7 @@ namespace logging ...@@ -58,6 +59,7 @@ namespace logging
createRegistryInfo_FileHandler(); createRegistryInfo_FileHandler();
createRegistryInfo_ConsoleHandler(); createRegistryInfo_ConsoleHandler();
createRegistryInfo_PlainTextFormatter(); createRegistryInfo_PlainTextFormatter();
createRegistryInfo_CsvFormatter();
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment