``` build() { if (!this.config) { this.config = getConfig() } logger.setRootLogger(LogBuilder.createDefaultLogBuilder().setConfig(this.config).build()) ```