statistics_duplicateDest.fcl
Go to the documentation of this file.
1 message : {
2  destinations : {
3 
4  statistics : {
5  dest1 : {
6  type : file
7  filename : "statistics.log"
8  reset : true
9  }
10 
11  dest2 : {
12  type : file
13  filename : "statistics.log"
14  reset : true
15  }
16  }
17 
18  }
19 }