5 debugModules: [ "*" ] # list individual module names here if you only want output from specific modules
10 type: "file" # record the messages in a file, could also be cout, cerr, archive, dds
11 filename: "debug.log" # name of the file in which to place the messages
12 threshold: "DEBUG" # threshold of what level of messages to use
13 categories: # place to list named categories, if you want to customize,
14 # I think the categories are what are the strings given to mf::LogXXX() commands
16 default: # treat all unspecified categories using these values
18 limit: 10 # only show the first n messages and then back off exponentially
19 reportEvery: 20 # report every nth message
20 timespan: 600 # if more than this many seconds have elapsed without a message, print one
25 } # end standard_debug
27 # see comments for standard_debug configuration to figure out what each value is
48 GeometryBadInputPoint:
58 # see comments for standard_debug configuration to figure out what each value is
79 GeometryBadInputPoint:
87 } # end standard_warning
89 # see comments for standard_debug configuration to figure out what each value is
104 } # end standard_error