File: expout

package info (click to toggle)
log4cplus 2.0.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,592 kB
  • sloc: cpp: 53,091; sh: 10,537; ansic: 1,845; python: 1,226; perl: 263; makefile: 209; xml: 85; objc: 59
file content (31 lines) | stat: -rw-r--r-- 1,337 bytes parent folder | download | duplicates (3)
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
log4cplus:WARN You have tried to set a null error-handler.
log4cplus:WARN Tried to add NULL appender
List size: 2
Loop Body: Appender name = First
Loop Body: Appender name = Second
List size: 1
Loop Body: Appender name = First
log4cplus:WARN Tried to remove NULL appender
List size: 0
Should be First: First
Should be Second: Second

DEBUG - This is a test...
DEBUG - This is a test...
log4cplus: Entering ConsoleAppender::close()..
log4cplus:ERROR Attempted to append to closed appender named [Second].
log4cplus:ERROR Cannot find LayoutFactory: "log4cplus::WrongLayout"
Got expected exception: Cannot find LayoutFactory: "log4cplus::WrongLayout"
log4cplus: Entering ConsoleAppender::close()..
log4cplus: Destroying appender named [Fourth].
log4cplus:ERROR Unrecognized log level: WRONG
log4cplus: Entering ConsoleAppender::close()..
log4cplus: Destroying appender named [Fifth].
log4cplus:ERROR Appender::ctor()- Cannot find FilterFactory: log4cplus::spi::WrongFilter
Got expected exception: Appender::ctor()- Cannot find FilterFactory: log4cplus::spi::WrongFilter
log4cplus: Destroying appender named [Seventh].
log4cplus:ERROR Derived Appender did not call destructorImpl().
log4cplus: Destroying appender named [Second].
log4cplus: Entering ConsoleAppender::close()..
log4cplus: Destroying appender named [First].
Exiting main()...