console
This is used to configure the console logger which outputs log messages into console.
Example configuration of console logger:
console {
loglevel warning;
}
Note that by default, the loglevel inside the console clause is set to info. Therefore, the console logger can also be configured without explicitly specifying a loglevel:
console;