|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILogger
Interface implemented by all classes that are able to log messages generated by the emulator.
| Field Summary | |
|---|---|
static int |
C_DEBUG
DEBUG channel: all debug messages should go here. |
static int |
C_ERROR
ERROR channel: all error messages should go here. |
| Method Summary | |
|---|---|
void |
log(int channel,
java.lang.String message)
Log a message to a given channel. |
void |
log(int channel,
java.lang.Throwable t)
Log an exception to a given channel. |
| Field Detail |
|---|
static final int C_ERROR
An example of an error message is where the snapshot file is corrupt, the ROM files cannot be found etc.
static final int C_DEBUG
An example of a debug message is where functionality that is not implemented is called.
| Method Detail |
|---|
void log(int channel,
java.lang.String message)
void log(int channel,
java.lang.Throwable t)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||