Hello, I am just trying this cool logging for PL/SQL in Oracle 9i. I notice that if I execute the plog.info() that it shows the package name, but not the actually procedure name. Same with the plog.error. Is there a way to determine dynamically the name of the procedure currently executing, or do I need to hard code this in each procedure?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I am just trying this cool logging for PL/SQL in Oracle 9i. I notice that if I execute the plog.info() that it shows the package name, but not the actually procedure name. Same with the plog.error. Is there a way to determine dynamically the name of the procedure currently executing, or do I need to hard code this in each procedure?