Sets the log level of the debug logs of console.
Builder withLogLevel([LogLevel logLevel = LogLevel.warn]) { builderAgent?.withLogLevel(logLevel); return this; }