Skip to content

Instantly share code, notes, and snippets.

View yuki-takei's full-sized avatar

Yuki Takei yuki-takei

View GitHub Profile
@yuki-takei
yuki-takei / Log4jLikeNamedConverter.groovy
Last active September 14, 2017 12:01
An alternative converter of logback NamedConverter with Log4j like abbreviation
package jp.co.weseek.logback.pattern
import ch.qos.logback.classic.pattern.ClassicConverter
import ch.qos.logback.classic.spi.ILoggingEvent
import groovy.transform.CompileStatic
import org.apache.logging.log4j.core.pattern.NameAbbreviator
/**
* An alternative converter of {@link ch.qos.logback.classic.pattern.NamedConverter} with Log4j like abbreviation
*