YAHOO.widget.LogWriter
Class providing ability to log messages through YAHOO.widget.Logger from a
named source.
Object | +--YAHOO.widget.LogWriter
YAHOO.widget.LogWriter
string |
getSource
()
Public accessor to get the source name.
|
void |
log
(<string> sMsg, <string> sCategory)
Logs a message attached to the source of the LogWriter.
|
void |
setSource
(<string> sSource)
Public accessor to set the source name.
|
string |
toString
()
Public accessor to the unique name of the LogWriter instance.
|
YAHOO.widget.LogWriter
()
sSource
-
Source of LogWriter instance
string
getSource
()
void
log
(<string> sMsg, <string> sCategory)
sMsg
-
The log message
sCategory
-
Category name
void
setSource
(<string> sSource)
sSource
-
Source of LogWriter instance
string
toString
()