Use level setting per scope & associative array log#3
Merged
zaplatynski merged 6 commits intozaplatynski:masterfrom Oct 1, 2024
Merged
Use level setting per scope & associative array log#3zaplatynski merged 6 commits intozaplatynski:masterfrom
zaplatynski merged 6 commits intozaplatynski:masterfrom
Conversation
The log level can be set per scope. This specific log level will be used regardsless of the main log level. The specific log level can be higher or lower than the generic level
commit 5778ca5 Author: Patrick Barel <Patrick.Barel@GMail.com> Date: Mon Mar 16 16:27:15 2020 +0100 Added prefix and suffix Logger_AA now has its own preference type. Also added a prefix and a suffix preference that gets added to the scope column. commit 74d2ea6 Author: Patrick Barel <Patrick.Barel@GMail.com> Date: Mon Mar 16 15:25:33 2020 +0100 Undone changes done in the previous commit. The Size of the AA will be a preference, but not in the LOGGER category. commit c86a01d Author: Patrick Barel <Patrick.Barel@GMail.com> Date: Mon Mar 16 15:11:51 2020 +0100 Save to AA if not logged in table First implementation of saving everything to an Associative Array if it is not written to a persistent table. When an error occurs the contents of this AA are dumped into the table so we always have the latest snapshot, regardless of the set level.
commit 3ebee66 Author: Patrick Barel <Patrick.Barel@GMail.com> Date: Thu Dec 30 16:15:14 2021 +0100 append_param and tochar overloaded with interval datatypes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use level setting per scope & associative array log
OraOpenSource#229 PR and OraOpenSource#245 PR from parent