Class pvr.logging.LoggerManager

Provides the logger.

All pvr and pvd components use the pvr.logging.LoggerManager object to obtain a reference to the logger object to be used for logging.


Defined in: <pvr\logging\LoggerManager.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
logger 
The logger used by the pvr and pvd components for logging.

Constructor Detail

pvr.logging.LoggerManager()

Field Detail

logger

The logger used by the pvr and pvd components for logging.

By default, a pvr.logging.Logger object that writes directly to the console is used. However, during application initialization, you may configure the pvr.logging.LoggerManager object to use another logger if desired.

The custom logger must support the API signature of the Logger object. If not, a wrapper object that delegates to the custom logger must be used instead.