- การแสดง Log การทำงานใน libGdx
คือการแสดงข้อความข้อผิดพลาดข้อโปรแกรม หรือการทำงาน
Syntax : Gdx.app.Log(String tag,String message);
Example :
Gdx.app.Log("TAG","
my informative message");
Syntax : Gdx.app.Log(String tag,String message);
Example :
Gdx.app.Log("TAG","
my informative message");