ISEPOS-2280 Adjusted examples of base logger usage

This commit is contained in:
2024-10-03 08:40:42 +02:00
parent 68e32149cc
commit 03616dcac6
3 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@
% logger.info('Some info')
%
% try
% error('Simulated error for stack trace logging');
% % some code causing exception
% catch err
% logger.error('An error occurred:', err);
% end