2016-05-27 9 views

Antwort

0

Sie würden LoggerContext#putProperty verwenden Ihre customName Eigenschaft hinzufügen:

import org.slf4j.LoggerFactory; 
import ch.qos.logback.classic.LoggerContext; 
... 
LoggerContext context = (LoggerContext)LoggerFactory.getILoggerFactory(); 
context.putProperty("customName", "foo");