BugLogHQ: Test Service

Stoping service...
Starting service...
Getting service instance...
Creating and populating rawEntryBean....
// create entry bean oRawEntry = createObject("component","bugLog.components.rawEntryBean").init(); oRawEntry.setDateTime( now() ); oRawEntry.setMessage( "this is a test" ); oRawEntry.setApplicationCode( "TEST" ); oRawEntry.setSourceName( "Direct" ); oRawEntry.setSeverityCode( "ERROR" ); oRawEntry.setHostName( hostName ); oRawEntry.setExceptionMessage("This is a test"); oRawEntry.setExceptionDetails(""); oRawEntry.setCFID("11111"); oRawEntry.setCFTOKEN("22222"); oRawEntry.setUserAgent( "" ); oRawEntry.setTemplatePath( "" ); oRawEntry.setHTMLReport( "" ); Logging entry...

Done.

Return