# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
This function should only be used for testing purposes.
No description provided by the author
No description provided by the author
No description provided by the author
* Multiple calls to InitializeLogging can be made if desired; the first call * will initialize the logger as a singleton and subsequent calls will return * the same Logger instance.
stdout and stderr are passed in to this function to enable output redirection in tests.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
* The following constants representing the current logging level, and are * cumulative (that is, setting the log level to Debug will print all Error-, * Info-, and Verbose-level messages in addition to Debug-level messages).
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
* Leveled logging output functions using the above log levels are implemented * below.