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

templates.graphql.logback Maven / Gradle / Ivy

package templates.graphql;

import java.io.IOException;
import com.fizzed.rocker.ForIterator;
import com.fizzed.rocker.RenderingException;
import com.fizzed.rocker.RockerContent;
import com.fizzed.rocker.RockerOutput;
import com.fizzed.rocker.runtime.DefaultRockerTemplate;
import com.fizzed.rocker.runtime.PlainTextUnloadedClassLoader;

/*
 * Auto generated code to render template templates/graphql/logback.rocker.raw
 * Do not edit this file. Changes will eventually be overwritten by Rocker parser!
 */
@SuppressWarnings("unused")
public class logback extends com.fizzed.rocker.runtime.DefaultRockerModel {

    static public com.fizzed.rocker.ContentType getContentType() { return com.fizzed.rocker.ContentType.RAW; }
    static public String getTemplateName() { return "logback.rocker.raw"; }
    static public String getTemplatePackageName() { return "templates.graphql"; }
    static public String getHeaderHash() { return "2508083"; }
    static public long getModifiedAt() { return 1645995245871L; }
    static public String[] getArgumentNames() { return new String[] { }; }

    static public logback template() {
        return new logback();
    }

    @Override
    protected DefaultRockerTemplate buildTemplate() throws RenderingException {
        // optimized for convenience (runtime auto reloading enabled if rocker.reloading=true)
        return com.fizzed.rocker.runtime.RockerRuntime.getInstance().getBootstrap().template(this.getClass(), this);
    }

    static public class Template extends com.fizzed.rocker.runtime.DefaultRockerTemplate {

        // \n\n\n\n    TODO create logger for audit only.\n    http://stackoverflow.com/questions/2488558/logback-to-log-different-messages-to-two-files\n    \n        PROFILER\n        \n        NEUTRAL\n    \n\n    \n        \n        \n            %d{HH:mm:ss.SSS} [%thread] %X{sId} %X{cId} %-5level %class{36}:%L %M - %msg%n\n        \n    \n\n    \n        log/test.log\n        false\n        \n            %d{HH:mm:ss.SSS} [%thread] %X{sId} %X{cId} %-5level %class{36}:%L %M - %msg%n\n        \n    \n\n    \n    \n        log/audit.log \n        \n            %-5level [%thread] %date{ISO8601} %X{sId} %X{cId} %F:%L - %msg%n\n             \n            true\n        \n        \n            log/audit.log.%i.zip\n            1\n            5 \n        \n        \n            200MB\n             \n        \n    \n\n    \n        \n    \n\n    \n        \n    \n\n    \n        \n    \n\n\n";

    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy