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
Last revisionBoth sides next revision
getting_started:tutorials:logging [2020/11/26 12:59] ursgrafgetting_started:tutorials:logging [2021/03/24 11:38] 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>
-sudo ./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. Further it demonstrates how matrices and safety levels can be put into log messages.
getting_started/tutorials/logging.txt · Last modified: 2021/03/29 18:16 by ursgraf