Package biz.paluch.logging.gelf.log4j

Examples of biz.paluch.logging.gelf.log4j.MdcGelfMessageAssembler


    public JBoss7GelfLogHandler() {
    }

    @Override
    protected GelfMessageAssembler createGelfMessageAssembler() {
        return new MdcGelfMessageAssembler();
    }
View Full Code Here

TOP

Related Classes of biz.paluch.logging.gelf.log4j.MdcGelfMessageAssembler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.