PHP2Go Javascript Framework

Class Logger

Object
   |
   +--Logger

class 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

debug

void debug(<String> text)

error

void error(<String> text)

exception

void exception(<Exception> e)

info

void info(<String> text)

initialize

 <private> void initialize()

log

void log(<String> text, <String> color)

warn

void warn(<String> text)

PHP2Go Javascript Framework

Copyright © 2002-2006 by Marcos Pont
Documentation generated by JSDoc on Sun Oct 7 19:52:10 2007