D dannyjon Member Licensed User Longtime User May 5, 2017 #1 I have this code which fails to show anything in the log as do all other log requests: B4X: Log($"Token(${fm.Token})"$)
I have this code which fails to show anything in the log as do all other log requests: B4X: Log($"Token(${fm.Token})"$)
Emme Developer Well-Known Member Licensed User Longtime User May 5, 2017 #2 Which error do you get? The issue is not related to log, maybe the problem is in fm.token Upvote 0
D dannyjon Member Licensed User Longtime User May 5, 2017 #3 no error and no other log commands work - just says connected and that's it Upvote 0
R ronell Well-Known Member Licensed User Longtime User May 5, 2017 #4 B4X: #bridgelogger: true add this line Upvote 0
D dannyjon Member Licensed User Longtime User May 5, 2017 #5 #BridgeLogger:True is there in project attributes. thank you though for your help. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User May 7, 2017 #6 Does it work in debug mode? Upvote 0