destination_file_wStatistics1.fcl
Go to the documentation of this file.
1 message : {
2  destinations : {
3  log1 : {
4  type : file
5  filename : "file_wStatistics1.log1"
6  outputStatistics : true
7  }
8 
9  log2 : {
10  type : file
11  filename : "file_wStatistics1.log2"
12  outputStatistics : true
13  resetStatistics : true
14  }
15 
16  log3 : {
17  type : file
18  filename : "file_wStatistics1.log3"
19  resetStatistics : false
20  }
21 
22  }
23 }