com.mg.framework.utils.LogPatternLayout Maven / Gradle / Ivy
The newest version!
package com.mg.framework.utils;
import ch.qos.logback.classic.PatternLayout;
public class LogPatternLayout extends PatternLayout {
static {
defaultConverterMap.put("currentUser", CurrentUserConverter.class.getName());
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy