Log4ALA 2.4.0
Fix issue #9 "DEFAULT_MAX_FIELD_NAME_LENGTH should default to lower than 500" decrease DEFAULT_MAX_FIELD_NAME_LENGTH to 100. And fix issue with logging of formatted message strings e.g. with Log.InfoFormat("this is a {0}", "text"). Fix of issue #12 "Application Output is too chatty". Add new property disableAnonymousPropsPrefix (true/false default is false) to disable the MiscMessageFieldName (default is MiscMsg) as prefix in case of logging with anonymous types (https://github.com/ptv-logistics/Log4ALA#features under bullet point 10).