Method | Arguments | Return | Throws Exception |
new | ( ) | Aw::Admin::LogConfig | YES |
clearTopic | ( [topic] ) All topics cleared when arg omitted. | Boolean | YES |
clearOutput | ( [output] ) All outputs cleared when arg omitted. | Boolean | YES |
copy | ( ) | Aw::Admin::LogConfig | NO |
delete | ( ) | void | NO |
getOutput | ( [code] ) All ouputs returned when arg omitted. | % of {code,enabled,value} | YES |
getTopic | ( [code] ) All topics returned when arg omitted. | % of {code,enabled,value} | YES |
setOutput | ( [ %data | @{%data} ] ) | Boolean | YES |
setTopic | ( [ %data | @{%data} ] ) | Boolean | YES |
toString | ( [indent_level] ) | String | NO |
Inherited Methods |
err | ( ) | Boolean | YES |
errmsg | ( ) | String | YES |
error | ( ) | Aw::Error | NO |
hello | ( )
Returns the string "hello". Useful for debugging. | String | NO |
getWarn | ( )
Returns current warn level . | Number | NO |
setWarn | ( level )
Sets new warn level . 0 : No warnings (quiet mode) 1 : Terse (uses awErrorToString) 2 : Verbose (uses awErrorToCompleteString)The Aw extensions must be compiled with AWXS_WARNS defined. | void | NO |
warn | ( [string] )
Warn message is string if passed, otherwise current err is converted to string. | void | YES |