LoggingUtil
Public / Methods
BasicConfiguration
Performs basic configuration on the Root logger category.
The given verbosity opt and console opt parameters are independent. However, console opt will effectively be clamped to verbosity opt, as long as the latter is less detailed.
GetLogger
Returns a ILogger instance for the given full name.
The given name should be the fully qualified name of the class that declares the logger variable.