lb.base.log

Logging Adapter Module for Base Library

Authors

Copyright

Eric Bréchemier © 2011, Some Rights Reserved Legal-Box SAS © 2010-2011, All Rights Reserved

License

BSD License http://creativecommons.org/licenses/BSD/

Version

2011-08-14

Summary
lb.base.logLogging Adapter Module for Base Library
Functions
print(message)Print a message to the log console.

Functions

print(message)

Print a message to the log console.

Parameter

messagestring, the message to print

Notes

The console will be activated if (and only if) Debug=true is present in the URL.

The console is initialized on first call.

Close