Libraries developed by Linder Hard- und Software and licensed to the public under LGPL v2.1 Version 2.1: .
Go to file
René Linder 28ddc320e5 Add IsClientSocket() 2023-09-21 15:40:44 +02:00
GUI IDE Config entfernt und Lizenz 2019-07-03 14:28:00 +02:00
NET Add IsClientSocket() 2023-09-21 15:40:44 +02:00
SYS Bugfix in lhs_sys_debug_wrapper 2023-03-29 10:21:08 +02:00
.gitignore Initial commit 2019-05-20 13:16:18 +02:00
LICENSE Initial commit 2019-05-20 13:16:18 +02:00
README.md Update README.md fix Markdown 2023-03-27 16:48:02 +02:00

README.md

lhs_lib

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]

Lizenz

Sofern in den Sourcen nicht anders erwähnt gilt folgende Lizenz: LGPL v2.1: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.