Update README.md for Debug Wrapper
This commit is contained in:
parent
c786464580
commit
e2888dea12
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -2,6 +2,23 @@
|
|||
|
||||
Includes entwickelt und erweitert aus Bestehenden Sourcen um PureBasic funktionalitäten zu erweitern.
|
||||
|
||||
## Programming recommendations in this collection
|
||||
|
||||
### Debugging
|
||||
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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue