Async programs often have a non-Async portion that runs before the scheduler begins to capture command line options, do setup, read configs, etc. This module provides limited global logging functions to be used during that period. Calling these functions after the scheduler has started will raise an exception. They otherwise behave similarly to the logging functions in the Async world.
raw
printf like logging for raw (no level) messages. Raw messages are still
output with a timestamp.
info
printf like logging at the `Info log level
error
printf like logging at the `Info log level
error
printf like logging at the `Info log level