- Fixed API documentation links

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-03 15:17:27 +02:00
parent c7cb58c1db
commit 2a6c0b493f
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ dub add dlog
```
* [View on DUB](https://code.dlang.org/packages/dlog)
* [View API](https://dlog.dpldocs.info/)
* [View API](https://dlog.dpldocs.info/v0.3.10/index.html)
### Components
@ -100,7 +100,7 @@ This outputs the following:
[2023-Mar-03 11:33:49.2618457] (source/dlog/core.d:436): ["woah", "LEVELS!"] 69.42
```
You can also look into `logc(Context, string)` which allows you to use a `Context` object when logging, more information available in the [full API](https://dlog.dpldocs.info/dlog.context.html).
You can also look into `logc(Context, string)` which allows you to use a `Context` object when logging, more information available in the [full API](https://dlog.dpldocs.info/v0.3.10/dlog.context.html).
### Custom loggers