Shared Projects
  1. Shared Projects

logging-support

Public
AuthorCommitMessageCommit dateIssues
Christopher FeblesChristopher Febles
e4d3491fdb2Changed logging level of Spring and Apache from ERROR to WARN.
Christopher FeblesChristopher Febles
f1be55412a4Forgot to reset ConsoleAppender to local version.
Christopher FeblesChristopher Febles
f40ae43b556Added 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.
Christopher FeblesChristopher Febles
7c22a030a61Added ConsoleAppender.Separated AspectJ configuration into separate point cuts. Now logging contents of arrays correctly. Better null handling in tests.
Christopher FeblesChristopher Febles
4d89937bb5fAdded Spring configuration test.
Christopher FeblesChristopher Febles
4027834ad44Updated Javadoc comment.
Christopher FeblesChristopher Febles
c7e5ee80dc9Renamed traceEncoder property to autoGeneratedEncoder to better reflect its purpose.Moved @NoAutoTraceLogging from method level to class level in classes where it annotated every method.
Christopher FeblesChristopher Febles
6ec35e41364Updated logging format.
Christopher FeblesChristopher Febles
eae0af90b36Fixed RollingFileAppender so it actually works. Now hot-swapping layouts via reflection.TODO: Write a unit test. Somehow.
Christopher FeblesChristopher Febles
aa8837df9c0Added support for separate TRACE logging in default logging configurations.Added support for new custom appender in default Prod logging configuration.
Christopher FeblesChristopher Febles
add97853decAdded NoAutoTraceLogging annotation to custom appender.
Christopher FeblesChristopher Febles
5ad2a68cee7Added custom appender which accepts a separate encoding for trace logging.
Christopher FeblesChristopher Febles
4bf32cd2508@NoAutoTraceLogging now works at the class level.
Christopher FeblesChristopher Febles
2e05933c9c1Added null check for log. Added marker check for isTraceEnabled.Added public constant for marker name. Updated unit testing.
Christopher FeblesChristopher Febles
0f9ba351ac1Updated 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.
Christopher FeblesChristopher Febles
7664c528c70Added custom filter to filter logging messages by both threshold and logger name.
Christopher FeblesChristopher Febles
dd143222c9dUpdated auto-logging to respect enabled settings of class logger.
Christopher FeblesChristopher Febles
a86832b5692Added new default for /main/ logback.xmlFixed NullPointerException when a parameter is null.
Christopher FeblesChristopher Febles
125044009dbMoved AspectJ configuration to the parent POM.
Christopher FeblesChristopher Febles
f9053a4734bAdded default logback test configuration, and sample import.
Christopher FeblesChristopher Febles
8cdcc2e6439Moved test code back into src/test subfolder.
Christopher FeblesChristopher Febles
89d98fbf89cInitial commit.Everything appears functional.