-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlog4cpp.bpf
More file actions
49 lines (47 loc) · 2.14 KB
/
Copy pathlog4cpp.bpf
File metadata and controls
49 lines (47 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
USEUNIT("..\..\src\Appender.cpp");
USEUNIT("..\..\src\AppenderSkeleton.cpp");
USEUNIT("..\..\src\BasicConfigurator.cpp");
USEUNIT("..\..\src\BasicLayout.cpp");
USEUNIT("..\..\src\Category.cpp");
USEUNIT("..\..\src\CategoryStream.cpp");
USEUNIT("..\..\src\Configurator.cpp");
USEUNIT("..\..\src\DailyRollingFileAppender.cpp");
USEUNIT("..\..\src\DummyThreads.cpp");
USEUNIT("..\..\src\FileAppender.cpp");
USEUNIT("..\..\src\Filter.cpp");
USEUNIT("..\..\src\FixedContextCategory.cpp");
USEUNIT("..\..\src\HierarchyMaintainer.cpp");
USEUNIT("..\..\src\IdsaAppender.cpp");
USEUNIT("..\..\src\LayoutAppender.cpp");
USEUNIT("..\..\src\LoggingEvent.cpp");
USEUNIT("..\..\src\MSThreads.cpp");
USEUNIT("..\..\src\NDC.cpp");
USEUNIT("..\..\src\NTEventLogAppender.cpp");
USEUNIT("..\..\src\OmniThreads.cpp");
USEUNIT("..\..\src\OstreamAppender.cpp");
USEUNIT("..\..\src\PatternLayout.cpp");
USEUNIT("..\..\src\PortabilityImpl.cpp");
USEUNIT("..\..\src\Priority.cpp");
USEUNIT("..\..\src\Properties.cpp");
USEUNIT("..\..\src\PropertyConfigurator.cpp");
USEUNIT("..\..\src\PropertyConfiguratorImpl.cpp");
USEUNIT("..\..\src\PThreads.cpp");
USEUNIT("..\..\src\RemoteSyslogAppender.cpp");
USEUNIT("..\..\src\RollingFileAppender.cpp");
USEUNIT("..\..\src\SimpleConfigurator.cpp");
USEUNIT("..\..\src\SimpleLayout.cpp");
USEUNIT("..\..\src\StringQueueAppender.cpp");
USEUNIT("..\..\src\StringUtil.cpp");
USEUNIT("..\..\src\SyslogAppender.cpp");
USEUNIT("..\..\src\TimeStamp.cpp");
USEUNIT("..\..\src\Win32DebugAppender.cpp");
USEUNIT("..\..\src\AbortAppender.cpp");
USEUNIT("..\..\src\Localtime.cpp");
T//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
his file is used by the project manager only and should be treated like the project file
DllEntryPoint