Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge in changes from the opendylan repository #21

Merged
merged 1 commit into from
Jul 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions documentation/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,13 @@ Logs
:keyword additive?:
A :drm:`<boolean>` specifying whether log messages sent to this
log should be passed along to its parent log. The default
is ``#t``.
is :drm:`#t`.
:keyword children:
A :drm:`<sequence>` of :class:`<log>` objects.
:keyword enabled?:
:drm:`<boolean>` specifying whether this log is enabled.
Note that the value of *additive?* will be respected even if the
log is disabled. The default is ``#t``.
log is disabled. The default is :drm:`#t`.
:keyword parent:
The parent of this log.

Expand All @@ -279,7 +279,7 @@ Logs
An instance of :drm:`<string>`. This is normally a
dotted path name like "http.server.queries".
:value log:
An instance of :class:`<abstract-log>` or ``#f``.
An instance of :class:`<abstract-log>` or :drm:`#f`.

.. generic-function:: get-root-log

Expand Down