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