Skip to content

Commit 0fe1dbc

Browse files
committed
added example link
1 parent 469d70e commit 0fe1dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The InfoLogger library allows to inject messages directly from programs, as show
182182
183183
* When using the C++ API, it is recommended to use the macros defined in InfoLoggerMacros.hxx to have the full context defined (severity, level, errno, source file/line) for each message in a compact way.
184184
185-
* Some example calls are available in [the source code](/test/testInfoLogger.cxx)
185+
* Some example calls are available in the source code: [1](/example/exampleLog.cxx) [2](/test/testInfoLogger.cxx)
186186
187187
* There is the possibility to easily redirect FairLogger messages (see InfoLoggerFMQ.hxx) and process stdout/stderr to infologger (see InfoLogger.hxx setStandardRedirection())
188188
without changing the code from where they are issued. Although practical to get all output in InfoLogger, the messages captured this way are injected with a reduced number of tags,

0 commit comments

Comments
 (0)