From f48ac83a5dcab81f242b9580bc82af1a86b477df Mon Sep 17 00:00:00 2001 From: Eric Hanson <5846501+ericphanson@users.noreply.github.com> Date: Sun, 18 Jul 2021 08:34:53 +0200 Subject: [PATCH] [ci skip] (#104) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1629dc1..d16d073 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ If you need to log Images, you must also install `ImageMagick` ``` ## Usage + The fundamental type defined in this package is a `TBLogger`, which behaves like other standard loggers in Julia such as `ConsoleLogger` or `TextLogger`. You can create one by passing it the path to the folder where you want to store the data.