|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--Logger
Defined in php2go.js
| Method Summary | |
void
|
debug(<String> text)
Logs a debug message |
void
|
error(<String> text)
Logs an error message |
void
|
exception(<Exception> e)
Logs info about an exception |
void
|
info(<String> text)
Logs an info message |
<private> void
|
initialize()
Initialize the log console |
void
|
log(<String> text, <String> color)
Logs a message into the console |
void
|
warn(<String> text)
Logs a warning message |
| Method Detail |
void debug(<String> text)
text - Message
void error(<String> text)
text - Message
void exception(<Exception> e)
e - Exception
void info(<String> text)
text - Message
<private> void initialize()
void log(<String> text, <String> color)
text - Log message
color - Message color
void warn(<String> text)
text - Message
|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||