destination_file_filenameOptions.fcl
Go to the documentation of this file.
1 # This is just a test of the file-naming functionalities.
2 # The 'threshold' parameter has been ratched up to highest severity
3 # so that the filesizes are small (if not non-existent)
4 
5 message: {
6  destinations: {
7 
8  log_filenameOption1: {
9  type : file
10  filename : "outputFileName1"
11  }
12 
13  log_filenameOption2: {
14  type : file
15  filename : "filenameOption2.log"
16  threshold : "!!"
17  }
18 
19  }
20 }