kmtong / logback-redis-appender

Logback Redis Appender
Apache License 2.0
114 stars 64 forks source link

eliminate synchronization in doLayout #4

Closed dennissugar closed 10 years ago

dennissugar commented 10 years ago

R: @brymaven

kmtong commented 10 years ago

If only thread-safety is concerned, I prefer putting the DateTimeFormat and StringBuilder into the function, as it lowers the dependency requirement for joda.