forked from tmuth/Logger---A-PL-SQL-Logging-Utility
-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Description
If logging at the debug level is disabled, or the package is compiled with the "noop" option, logger.time_stop (function) will raise the "function returned without value" exception.
Also - it is preferable the code in the time_start and time_stop methods should manage the timers even if debug level logging is disabled; we may want the return value of time_stop (function) even if logging is disabled (e.g. to record the duration of an event elsewhere).
Context: I'm creating a wrapper for the time_start and time_stop methods that will log instrumentation for alerting etc. even if logger is disabled.
softinn72
Metadata
Metadata
Assignees
Labels
No labels