Log4JS is a logging class in similar spirit to Apache Logging, specifically Log4J. Log4JS is a javascript class that can be used to log messages to a customizable logger class. The primary use for this is in debugging javascript code. Four logger classes are included: alert, write, popup, and console. For more information, please see the docs. Example usage: test.html <html> <head> <script src="lo