Introduce Verbose Logging #112
Labels
effort-medium
Standard - 2 to 4 hours
priority-medium
Standard task, plan as you see fit.
status-backlog
Tasks captured but not yet planned.
type-feature
New feature or request
Introduce a method of emitting logs only when an
ANVIL_LOG_VERBOSE
directive is present.This should still allow for Error, Warning, Debug levels within the verbose log and should probably take the form of a
VerboseLogger
object that wrapsLogger
.Keep in Mind
When
ANVIL_LOG_VERBOSE
is not presentConditionalAttribute
)Ideas
Logger
so usage would be something likeLogger.Verbose.Warning()
Logger
getter inAbstractAnvilBase
The text was updated successfully, but these errors were encountered: