in log4j-api-to-slf4j/src/main/java/org/apache/logging/slf4j/SLF4JLogBuilder.java [44:49]
public SLF4JLogBuilder(final SLF4JLogger logger, final Level level) {
this.logger = logger;
this.level = level;
this.threadId = Thread.currentThread().getId();
this.inUse = level != null;
}