The ini file setting globalLevel specifies what level of logging to allow globally. The choices are as decribed in levelName in “Initializing the log4s Framework”. It is generally a good idea to leave this value set to All, and control what gets logged by specifying a level on individual log messages. Setting it to Off will disable all logging.name: 'aLevelMatchFilter' "someCaseSensitiveFilterName"name: 'aLevelRangeFilter' "someCaseSensitiveFilterName"
|