Skip to content

Commit ed2c622

Browse files
authored
Merge pull request #90 from JuliaLogging/ox/video
Add video to readme
2 parents d35e7c8 + ad15b86 commit ed2c622

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ ConsoleLogger(stream, min_level) =
3232
)
3333
```
3434

35+
# Video
36+
[![Video from Juliacon 2023](http://img.youtube.com/vi/G9eZh0CxKgo/0.jpg)](http://www.youtube.com/watch?v=G9eZh0CxKgo "Logging in Julia: Logging stdlib and LoggingExtras.jl |")
37+
3538

3639
# Usage
3740
Load the package `using LoggingExtras`.
@@ -486,3 +489,4 @@ This will produce output similar to:
486489
┌ Error: 2019-09-20 17:43:54 ErrorException("SearchLight validation error(s) for Translations.Translation")
487490
└ @ TranslationsController ~/Dropbox/Projects/LiteCMS/app/resources/translations/TranslationsController.jl:69
488491
```
492+

0 commit comments

Comments
 (0)