Skip to content

Allow TagLayout to be set #5

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions