package ti.sdo.utils.loggers
XDCspec declarations sourced in ti/sdo/utils/loggers/package.xdc
package ti.sdo.utils.loggers [1, 0, 0] {
 
    interface ILoggerMFP;
    // Extension of ILogger interface to allow more control of Log output
    module LogMFP;
    // Manages control calls to Logger that implements ILoggerMFP
    module LoggerMFPNull;
    // A dummy logger that can be used to set LogMFP proxy to, in case we want to use loggers that don't support control() call
    module LoggerSysTID;
    // A logger which routes events to the system printf function
}
generated on Fri, 09 Dec 2011 00:51:59 GMT