Added compareTo() to boilerplate methods. In the case of sorting lists, the log will become filled with calls to compareTo.Updated logback templates to reference new ConsoleAppender.
Added ConsoleAppender.Separated AspectJ configuration into separate point cuts.
Now logging contents of arrays correctly.
Better null handling in tests.
Renamed traceEncoder property to autoGeneratedEncoder to better reflect its purpose.Moved @NoAutoTraceLogging from method level to class level in classes where it annotated every method.
Added support for separate TRACE logging in default logging configurations.Added support for new custom appender in default Prod logging configuration.
Updated auto-logging to mark its log messages as such. In this way, I can filter auto-generated trace messages separately from manual ones.Fixed issue where no-arg methods had a space in their log message.