Hi, As far as I know error_logger is the only "standard" log library of Erlang/OTP. Is there a way to specify log level (debug, info, warn, error, fatal) and log destination (console, file) of error_logger? I'm using log4erl which has these features. I'm curious if error_logger has these. Thanks.