You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using version 1.0.3.
I'd like to be able to set the layout of the TAG. Generally, I'd like to narraw
it down to the simple class name:
tagLayout = "%c{1}"
The LogConfigurator should have a public setter and hand the layout over to the
appender:
public void setTagLayout(final String tagLayout) {
this.tagLayout = tagLayout;
}
Original issue reported on code.google.com by voydmachine@gmail.com on 5 Nov 2012 at 3:25
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
voydmachine@gmail.com
on 5 Nov 2012 at 3:25The text was updated successfully, but these errors were encountered: