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

Updated title. #29

Merged
merged 1 commit into from
Sep 30, 2019
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
4 changes: 2 additions & 2 deletions documentation/DevelopmentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A first part will cover the design of the project and a second part will be a tu
- [Developer documentation](#developer-documentation)
* [Design](#design)
* [TinyCurrentLogger dynamic variable](#tinycurrentlogger-dynamic-variable)
* [Add a new leaf transcript](#add-a-new-leaf-transcript)
* [Add a new leaf logger](#add-a-new-leaf-logger)

## Design

Expand All @@ -28,7 +28,7 @@ To record logs, the user will use extension methods implemented on `Object` as

The `TinyCurrentLogger` has a default value that is the default instance of `TinyLogger`. This value can be changed using the `value:during:` message as explained in the user documentation.

## Add a new leaf transcript
## Add a new leaf logger

In this section we will add a new leaf logger recording logs in a remote server via a HTTP request on a REST API.

Expand Down