Update README.md fix Markdown
This commit is contained in:
parent
e2888dea12
commit
7ca1514699
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
It is best Case Using the "SYS/lhs_sys_debug_wrapper.pbi" and not Use Debug instead using as following:
|
||||||
|
|
||||||
Initial:
|
Initial:
|
||||||
`
|
```
|
||||||
Global LoggerUUID.s = ""
|
Global LoggerUUID.s = ""
|
||||||
Global Log_Level_Info = 0
|
Global Log_Level_Info = 0
|
||||||
Global Log_Level_Debug = 0
|
Global Log_Level_Debug = 0
|
||||||
Global Log_Level_Error = 2
|
Global Log_Level_Error = 2
|
||||||
`
|
```
|
||||||
And in Code:
|
And in Code:
|
||||||
`
|
```
|
||||||
ldl::Logging("Something on Info Log", LoggerUUID, Log_Level_Info)
|
ldl::Logging("Something on Info Log", LoggerUUID, Log_Level_Info)
|
||||||
`
|
```
|
||||||
|
|
||||||
## Autoren
|
## Autoren
|
||||||
René Linder [Ground0]
|
René Linder [Ground0]
|
||||||
|
|
Loading…
Reference in a new issue