From 7ca15146991d4d41c6063a1050e4172c9d6a2498 Mon Sep 17 00:00:00 2001 From: Ground0 Date: Mon, 27 Mar 2023 16:48:02 +0200 Subject: [PATCH] Update README.md fix Markdown --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b0bbb72..6daf3aa 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,16 @@ Includes entwickelt und erweitert aus Bestehenden Sourcen um PureBasic funktiona It is best Case Using the "SYS/lhs_sys_debug_wrapper.pbi" and not Use Debug instead using as following: Initial: -` +``` Global LoggerUUID.s = "" Global Log_Level_Info = 0 Global Log_Level_Debug = 0 Global Log_Level_Error = 2 -` +``` And in Code: -` +``` ldl::Logging("Something on Info Log", LoggerUUID, Log_Level_Info) -` +``` ## Autoren René Linder [Ground0]