Logger alternative to dbms_output Oracle Log4j
Simple logger.write alternative to dbms_output.put_line. Call with: logger.write ( ‘hello world!’ ) ;or even just: logger.write ; It does the dbms_output.put_line but also writes asynchronously to a log_table, and gives info on calling line number and procedure name.
Read More Logger alternative to dbms_output Oracle Log4j