uwtools.api.logging

API access to uwtools logging logic.

uwtools.api.logging.use_uwtools_logger(quiet=False, verbose=False)

Log to a Logger configured to follow uwtools conventions.

Parameters:
  • quiet (bool) – Supress all logging output.

  • verbose (bool) – Log all messages.

Return type:

None