validations_libs.logger module

validations_libs.logger.getLogger(loggerName, stream_lvl=30)[source]

Create logger instance.

Parameters:
  • loggerName (str) – name of the new Logger instance

  • stream_lvl (int) – minimum level at which the messages will be printed to stream

Return type:

Logger