Package com.xmultra.log

Examples of com.xmultra.log.MessageLogEntry


                  NitfProcessorConfig nitfProcessorConfig,
                  InitMapHolder imh,
                  NitfXformerUtils xformerUtils)    {

        // Get the Log references.
        this.msgEntry = new MessageLogEntry(this, VERSION);
        this.errEntry = new ErrorLogEntry(this, VERSION);
        this.logger = (Logger)imh.getEntry(InitMapHolder.LOGGER);

        // Get the util references.
        this.xmlParseUtils = (XmlParseUtils)imh.getEntry(InitMapHolder.XML_PARSE_UTILS);
View Full Code Here


        // Setup logging and utilities.
        xmlParseUtils = (XmlParseUtils) initMapHolder.getEntry(InitMapHolder.
            XML_PARSE_UTILS);

        this.errEntry = new ErrorLogEntry(this, VERSION);
        this.msgEntry = new MessageLogEntry(this, VERSION);
        this.strings = (Strings) initMapHolder.getEntry(InitMapHolder.STRINGS);
        this.logger = (Logger) initMapHolder.getEntry(InitMapHolder.LOGGER);

        // Create & initialize the NitfXformerUtils class.
        this.xformerUtils = new NitfXformerUtils();
View Full Code Here

TOP

Related Classes of com.xmultra.log.MessageLogEntry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.