message.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 message: {
3  destinations: {
4  STDOUT: {
5  categories: {
6  ArtReport: {
7  limit: 100
8  }
9  default: {
10  limit: -1
11  }
12  }
13  // Suppress all possible messages
14  threshold: "HIGHEST"
15  type: cout
16  }
17  }
18 }
19 END_PROLOG