Noticed a different syntax used in the demo than is in your LUA/Corona documentation.

mroberti
✭
So I see in the source code:
client:setLogLevel(Logger.Level.DEBUG)
Yet in the docs, I don't see setLogLevel:
http://doc-api.photonengine.com/en/corona/current/modules/common.Logger.html#instance:debug
I only see setLevel.
Just a heads up.
-Mario
client:setLogLevel(Logger.Level.DEBUG)
Yet in the docs, I don't see setLogLevel:
http://doc-api.photonengine.com/en/corona/current/modules/common.Logger.html#instance:debug
I only see setLevel.
Just a heads up.
-Mario
0
Comments
-
Here it is: http://doc-api.photonengine.com/en/corona/current/modules/loadbalancing.LoadBalancingClient.html#instance:setLogLevel
They are 2 different methods for 2 different classes.0