Documentation generator: JsDoc Toolkit 2.4.0
Template: Codeview 1.2
Generated on: 2012-1-23 22:35

Class Log

Class Summary
Constructor Attributes Constructor Name and Description
 
Log()

Method Summary

Method Attributes Method Name and Description
 
log(priority, message)
Logs the given message with the specified priority.
 
watch(logger)
Watches the given logger and logs all of its log messages.
 
writeEvent(logger, message, stream)
Formats the given log event and writes it to the given stream.

Class Detail

Log()

Method Detail

  • log(priority, message)
    Logs the given message with the specified priority.
    Parameters:
    priority
    message
  • watch(logger)
    Watches the given logger and logs all of its log messages.
    Parameters:
    {Logger} logger
  • writeEvent(logger, message, stream)
    Formats the given log event and writes it to the given stream.
    Parameters:
    {Logger} logger
    message
    stream