py.lib.aw_log

Yohn Y. 2026-06-23 Parent:7caffeee7dca Child:059d2aca8800

9:e673daec06dc Go to Latest

py.lib.aw_log/src/aw_log/__init__.py

.. 1.202606.3 . Смешанный приоритет при выводе сообщения о исключении

History
     1.1 --- a/src/aw_log/__init__.py	Tue Jun 23 15:32:27 2026 +0300
     1.2 +++ b/src/aw_log/__init__.py	Tue Jun 23 15:44:20 2026 +0300
     1.3 @@ -120,7 +120,7 @@
     1.4              self.alert(f'File: {_tb_file}, line {_tb_line} in {_tb_func}')
     1.5              self.alert(f'   {_tb_text}')
     1.6  
     1.7 -        self.err('>>> Exception Handler <<<')
     1.8 +        self.alert('>>> Exception Handler <<<')
     1.9          for _tb_file, _tb_line, _tb_func, _tb_text in tb_data_stack:
    1.10              self.alert(f'File: {_tb_file}, line {_tb_line} in {_tb_func}')
    1.11              self.alert(f'   {_tb_text}')