From fc56857d3d0b05fcd02d6b825b6fa472f4890033 Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Fri, 5 Oct 2018 20:41:13 +0200 Subject: [PATCH] Fixing markdown syntax error in readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 75a14f8..505c0ea 100644 --- a/readme.md +++ b/readme.md @@ -40,8 +40,8 @@ Todo so you are capable of creating own instances of the LoggingBase class The name property prefixes the console output with the name. Also if no logfile or errorfile is created the following standard values are used: -./logs/all..log -./logs/error..log +./logs/all.{name}.log +./logs/error.{name}.log To not use any logfiles just set the values to null. # License