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

Next revision
Previous revision
getting_started:tutorials:logging [2017/02/05 20:31] – created grafgetting_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 examples/logger/loggerTest1. This examples shows various log messages on different log levels. Further it demonstrates how matrices and safety levels can be put into log messages.+ 
 +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> 
 +$ ./examples/logger/loggerTest 
 +</code> 
 +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.1486323065.txt.gz · Last modified: 2017/02/05 20:31 (external edit)