destination_file_duplicateDest.fcl
Go to the documentation of this file.
1 message : {
2  destinations : {
3  dest1 : {
4  type : file
5  filename : "output.log"
6  }
7 
8 
9  dest2 : {
10  type : file
11  filename : "output.log"
12  }
13  }
14 }