Aw::Log

MethodArgumentsReturnThrows
Exception
new( [ properties ] )
If properties is passed the new object is initialized.
Aw::LogNO
DESTROY( )voidNO
alert( category, msgNumber, @Strings )voidNO
beQuiet( [ set ] )
The quiet level is set if set is passed. Current quiet setting is returned.
NumberNO
doPrintf( [ set ] )
BooleanNO
getMessage( msgId, @Strings )StringNO
getOptionList( )StringNO
info( category, msgNumber, @Strings )voidNO
init( properties )voidNO
isDebug( )BooleanNO
isDoPrintf( )BooleanNO
isInfo( )BooleanNO
isQuiet( )BooleanNO
setDebug( debug )voidNO
startLogging
start is short for startLogging.
( progName, [ properties ] )
Logging properties are set if properties is passed.
voidNO
warning( category, msgNumber, @Strings )voidNO
Inherited Methods
hello( )
Returns the string "hello". Useful for debugging.
StringNO