還沒try 特點可以對特定訊息指訂色彩
用法如下...
How to use
Import the classimport com.carlcalderon.arthropod.Debug;
Do a "log" trace by typingDebug.log("My log message");
Start Arthropod.
Publish your Flash site / AIR application and you will see the message "My log message" in Arthropods output field!
You may also add colors to your messages to keep it more structured by adding a color value as a second argument:
Debug.log("My log message",0x00FF00);
No comments:
Post a Comment