Exception

Description

Logs an exception in the log file, in a console window or as an alert

Files

  • lib/exception.js

Help

<none>

License

Copyright © 2009, Open Source Geospatial Foundation This program is dual licensed under the GNU General Public License and Simplified BSD license.  http://svn.osgeo.org/mapbender/trunk/mapbender/license/license.txt

Summary
ExceptionLogs an exception in the log file, in a console window or as an alert
Functions
Exception
WarningLogs an warning in the log file, in a console window or as an alert
Functions
Warning
NoticeLogs a notice in the log file, in a console window or as an alert
Functions
Notice

Functions

Exception

Mapbender.Exception = function (message)

Parameters

messageA message that is being logged

Warning

Description

Logs an warning in the log file, in a console window or as an alert

Files

  • lib/exception.js

Help

<none>

License

Copyright © 2009, Open Source Geospatial Foundation This program is dual licensed under the GNU General Public License and Simplified BSD license.  http://svn.osgeo.org/mapbender/trunk/mapbender/license/license.txt

Functions

Warning

Mapbender.Warning = function (message)

Parameters

messageA message that is being logged

Notice

Description

Logs a notice in the log file, in a console window or as an alert

Files

  • lib/exception.js

Help

<none>

License

Copyright © 2009, Open Source Geospatial Foundation This program is dual licensed under the GNU General Public License and Simplified BSD license.  http://svn.osgeo.org/mapbender/trunk/mapbender/license/license.txt

Functions

Notice

Mapbender.Notice = function (message)

Parameters

messageA message that is being logged
Mapbender.Exception = function (message)
Mapbender.Warning = function (message)
Mapbender.Notice = function (message)
Close