Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow TagLayout to be set #5

Open
GoogleCodeExporter opened this issue Jun 17, 2015 · 3 comments
Open

Allow TagLayout to be set #5

GoogleCodeExporter opened this issue Jun 17, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

I will have a look at the weekend.

Original comment by rolf.kul...@gmail.com on 6 Nov 2012 at 10:14

@GoogleCodeExporter
Copy link
Author

Original comment by rolf.kul...@gmail.com on 6 Nov 2012 at 12:35

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by rolf.kul...@gmail.com on 12 Nov 2012 at 12:09

  • Changed state: Accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant