Skip to content

Tomnook issue24 log level enum

tomnook requested to merge tomnook-issue24-LogLevel-Enum into Experimental

Completion of issue #24 (closed) .

The Struct is now an Enum. There is no change to existing code that was calling logit(::) based on labels. All instances that were calling by Int have been updated to use the new Enum.

Documented Logger class, text cleanup.

Please review.

Merge request reports