debugModules_destination_file.fcl
Go to the documentation of this file.
1 message : {
2 
3  debugModules : ["MFTest","module5"]
4 
5  destinations : {
6  dest1 : {
7 
8  type : file
9  filename : "dest1.log"
10  threshold : "ZERO"
11 
12  }
13 
14  dest2 : {
15 
16  type : file
17  filename : "dest2.log"
18  threshold : "ZERO"
19  format : {
20  noLineBreaks : true
21  }
22 
23  }
24 
25  }
26 }