- Updated license information

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-03 12:08:11 +02:00
parent aee587831f
commit e000c80e84
2 changed files with 5 additions and 3 deletions

View File

@ -12,7 +12,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.8/index.html)
## Components
@ -28,5 +28,5 @@ dlog is formed out of two main components:
## License
LGPLv2
LGPLv3

View File

@ -68,4 +68,6 @@ This outputs the following:
[2023-Mar-03 11:33:49.2618091] (source/dlog/core.d:430): ["woah", "LEVELS!"] 69.42
[2023-Mar-03 11:33:49.2618273] (source/dlog/core.d:433): ["woah", "LEVELS!"] 69.42
[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/v0.3.8/dlog.context.html).