User Tools

Site Tools


getting_started:tutorials:logging

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
getting_started:tutorials:logging [2020/12/03 08:23] ursgrafgetting_started:tutorials:logging [2021/03/29 18:16] (current) ursgraf
Line 1: Line 1:
 ====== Use Logging ====== ====== Use Logging ======
 Logging helps to understand what your running system is currently doing. Read about the possibilities of the logging framework in [[tools:logger:start|]].  Logging helps to understand what your running system is currently doing. Read about the possibilities of the logging framework in [[tools:logger:start|]]. 
-In the EEROS library you will find a directory with examples. Open a shell in the build directory of your EEROS library and run + 
 +In the EEROS library you will find a directory with examples. For this example see [[https://github.com/eeros-project/eeros-framework/blob/master/examples/logger/LoggerTest.cpp|LoggerTest.cpp]].  
 + 
 +Open a shell in the build directory of your EEROS library and run 
 <code> <code>
 $ ./examples/logger/loggerTest $ ./examples/logger/loggerTest
 </code> </code>
-This examples shows various log messages on different log levels. Further it demonstrates how matrices and safety levels can be put into log messages.+This examples shows various log messages on different log levels. Study the code to understand how matrices and safety levels can be put into log messages.
  
  
  
  
getting_started/tutorials/logging.1606980188.txt.gz · Last modified: 2020/12/03 08:23 by ursgraf