| Package | com.acleveraddress.net.multi_loader.utils |
| Class | public class MultiLoaderDebug |
See also
| Method | Defined by | ||
|---|---|---|---|
|
report():void
[static]
Trace out a pretty print report of what has loaded, failed etc
| MultiLoaderDebug | ||
|
write(message:String, level:uint):void
[static]
| MultiLoaderDebug | ||
| Constant | Defined by | ||
|---|---|---|---|
| DEBUG : uint = 1 [static]
Logs all messages, however unimportant they may be.
| MultiLoaderDebug | ||
| ERROR : uint = 3 [static]
Logs any errors that will affect the loading, eg items that couldn't be downloaded
| MultiLoaderDebug | ||
| WARNING : uint = 2 [static]
Logs anything that looks a little suspicious, that could cause problems further
down the line.
| MultiLoaderDebug | ||
| report | () | method |
public static function report():voidTrace out a pretty print report of what has loaded, failed etc
| write | () | method |
public static function write(message:String, level:uint):voidParameters
message:String |
|
level:uint |
| DEBUG | constant |
public static const DEBUG:uint = 1Logs all messages, however unimportant they may be. Can help to monitor everything that's going on, but can be a bit annoying as it logs so much
| ERROR | constant |
public static const ERROR:uint = 3Logs any errors that will affect the loading, eg items that couldn't be downloaded
| WARNING | constant |
public static const WARNING:uint = 2Logs anything that looks a little suspicious, that could cause problems further down the line. This is the recommended and default level.