descriptive-logger
descriptive-logger copied to clipboard
A descriptive way of creating meaningful and identifiable log messages.
Results
2
descriptive-logger issues
Sort by
recently updated
recently updated
newest added
Currently, IDs are only checked for duplicates within one `@DescriptiveLogger` annotated interface. It should be the default that the IDs are checked for duplicates globally. The default should be overridable,...
It would be nice to have a Lombok annotation similar to `@Log` that takes care of creating a descriptive Logger for us.