Hi,
I can’t get system.log to work on RPi.
Private Function connectbtSerial() as Boolean
if btSerial1.Open Then
Return True
else
System.Log(System.LogLevelError, "Could not connect Bluetooth with error: " + Str(btSerial1.LastErrorCode))
Return False
end if
End Function
I tryed with debian linux and it logs fine to /var/log/syslog.
Is there known problem with RPi or am I doing something wrong?
(Xojo 2017r3, rasbian strech, console app)