Example #1
0
 def test_category_critical(self):
     options = ExporterConfig(self.options)
     logger = CategoryLogger(options.log_options)
     logger.critical('Critial message')
Example #2
0
 def test_category_critical(self):
     options = ExporterConfig(self.options)
     logger = CategoryLogger(options.log_options)
     logger.critical('Critial message')
Example #3
0
 def test_category_warning(self):
     options = ExporterConfig(self.options)
     logger = CategoryLogger(options.log_options)
     logger.warning('Warning message')
Example #4
0
 def test_category_warning(self):
     options = ExporterConfig(self.options)
     logger = CategoryLogger(options.log_options)
     logger.warning('Warning message')