-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SILKIT-1392: Configuration docs (#698)
* SILKIT-1392: Includes config * SILKIT-1392: Added ParticipantConfigFromFile/String API reference and mention usage in Includes section.
- Loading branch information
Showing
11 changed files
with
808 additions
and
624 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
=================== | ||
Logging Service API | ||
=================== | ||
|
||
SIL Kit provides a Logging service that can be used for writing log messages of specified log levels to files, stdout | ||
or distribute them with remote logging to other simulation participants. The logger can be obtained by calling | ||
:cpp:func:`GetLogger()<SilKit::IParticipant::GetLogger>`. Refer to :ref:`Logging Configuration<sec:cfg-logging-configuration-overview>` for | ||
how to configure the logging service. | ||
|
||
.. contents:: | ||
:local: | ||
:depth: 2 | ||
|
||
.. _sec:logging-api: | ||
|
||
API | ||
--- | ||
|
||
.. doxygenclass:: SilKit::Services::Logging::ILogger | ||
:members: | ||
|
||
.. _sec:logging-data-types: | ||
|
||
Data Type Reference | ||
------------------- | ||
|
||
.. doxygenenum:: SilKit::Services::Logging::Level | ||
=================== | ||
Logging Service API | ||
=================== | ||
|
||
SIL Kit provides a Logging service that can be used for writing log messages of specified log levels to files, stdout | ||
or distribute them with remote logging to other simulation participants. The logger can be obtained by calling | ||
:cpp:func:`GetLogger()<SilKit::IParticipant::GetLogger>`. Refer to :ref:`Logging Configuration<sec:cfg-participant-logging>` for | ||
how to configure the logging service. | ||
|
||
.. contents:: | ||
:local: | ||
:depth: 2 | ||
|
||
.. _sec:logging-api: | ||
|
||
API | ||
--- | ||
|
||
.. doxygenclass:: SilKit::Services::Logging::ILogger | ||
:members: | ||
|
||
.. _sec:logging-data-types: | ||
|
||
Data Type Reference | ||
------------------- | ||
|
||
.. doxygenenum:: SilKit::Services::Logging::Level |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.