log

Log

webInfo

void log.webInfo ( Object object ) (professional and enterprise editions only)
void log.webInfo ( Object object, boolean saveMessage ) (professional and enterprise editions only)

webDebug

void log.webDebug ( Object object ) (professional and enterprise editions only)
void log.webDebug ( Object object, boolean saveMessage ) (professional and enterprise editions only)

logObjectByType

void log.logObjectByType ( Object object )
void log.logObjectByType ( Object object, int logLevel )
void log.logObjectByTypeDebug ( Object object ) (professional and enterprise editions only)

logException

void log.logException ( Exception exception )

Description

Logs an Exception, with a full stack trace, at the Error level

Parameters

  • exception The Exception to log

Return Value

This method returns void.