From 4336cef626257210731c00d5185e202fd4f2df70 Mon Sep 17 00:00:00 2001 From: feigenanton Date: Sat, 12 Aug 2023 23:17:56 +0200 Subject: [PATCH] add serilog link --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 8f67641..20cdb95 100644 --- a/Readme.md +++ b/Readme.md @@ -54,7 +54,7 @@ This project is updated in February 2023 by merging the rayden84 fork. This proj * New metadata classes (e.g. MPEGPictureEssenceDescriptor, JPEG2000PictureSubDescriptor). A hierarchical inheritance tree of MXF classes can be found [here](https://registry.smpte-ra.org/view/published/Groups_inheritance_tree.html). See this [TODO list](/tree.md) for the classes that still need to be implemented. * New MXF types (e.g. CodedContentScanningKind, ProductVersion, FrameLayout, Emphasis). A list of MXF types can be found [here](https://registry.smpte-ra.org/view/published/ul_hierarchy.html?rgr=t) * Quick info panel added -* Basic logging functionality (see settings window...) +* Basic logging functionality (see settings window...) using [Serilog](https://github.com/serilog/serilog) logging * Basic exception handling an of unparseable MXF packs ## Future work