Adds a helper to create a Logable from a PseudoBlock
Adds a "Disabled" attribute to Logable to assist with the PseudoBlock use case
Converts most consumers of an instantiated Logger to Logable. I attempted to keep the context as much in line with the current definitions as possible.
Most of the changes come from renaming the various logger attributes to Log and uppercasing the logging methods.
Confirmed working without errors in the test world.
This PR:
Logable
from aPseudoBlock
Logable
to assist with thePseudoBlock
use caseLogger
toLogable
. I attempted to keep the context as much in line with the current definitions as possible.Most of the changes come from renaming the various logger attributes to
Log
and uppercasing the logging methods.Confirmed working without errors in the test world.