Method | Arguments | Return | Throws Exception |
new | ( [ properties ] )
If properties is passed the new object is initialized. | Aw::Log | NO |
DESTROY | ( ) | void | NO |
alert | ( category, msgNumber, @String ) | void | NO |
beQuiet | ( [ set ] ) The quiet level is set if set is passed. Current quiet setting is returned. | Number | NO |
doPrintf | ( [ set ] )
| Boolean | NO |
getMessage | ( msgId, @String ) | String | NO |
getOptionList | ( ) | String | NO |
info | ( category, msgNumber, @String ) | void | NO |
init | ( properties ) | void | NO |
isDebug | ( ) | Boolean | NO |
isDoPrintf | ( ) | Boolean | NO |
isInfo | ( ) | Boolean | NO |
isQuiet | ( ) | Boolean | NO |
setDebug | ( debug ) | void | NO |
startLogging start | ( progName [, properties ] )
Logging properties are set if properties is passed. | void | NO |
warning | ( category, msgNumber, @String ) | void | NO |
Inherited Methods |
hello | ( )
Returns the string "hello". Useful for debugging. | String | NO |