destination_file_lineLength.fcl
Go to the documentation of this file.
1 message: {
2  destinations: {
3  log_lineLength_40: {
4  type: file
5  filename: "lineLength_40.log"
6  format: {
7  lineLength: 40
8  }
9  }
10  log_lineLength_80: {
11  type: file
12  filename: "lineLength_80.log"
13  format: {
14  lineLength: 80
15  }
16  }
17  log_lineLength_120: {
18  type: file
19  filename: "lineLength_120.log"
20  format: {
21  lineLength: 120
22  }
23  }
24  log_lineLength_160: {
25  type: file
26  filename: "lineLength_160.log"
27  format: {
28  lineLength: 160
29  }
30  }
31  }
32 }