All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Alachisoft.NCache.Common.Logger.NCPatternLayout Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package Alachisoft.NCache.Common.Logger;

/**
 * @author Basit Anwer
 */
public class NCPatternLayout extends org.apache.log4j.PatternLayout {

    @Override
    public String getHeader() {
        return "TIMESTAMP                  \tAPPDOMAIN                                    \tLOGGERNAME                                 \tTHREADNAME                                \tLEVEL    \tMESSAGE\r\n";
    }

    @Override
    public String getFooter() {
        return "END";
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy