Package com.logica.smpp.debug

Examples of com.logica.smpp.debug.FileDebug


        String file = DEFAULT_LOG_SMPP_FILE;
        File f = new File(dir);
        if(f.exists() == false) {
          f.mkdirs();
        }        
        FileDebug debug = new FileDebug(dir, file);
        SmppObject.setDebug(debug);
        configuredSMPPlog = true;
      }
    }
View Full Code Here

TOP

Related Classes of com.logica.smpp.debug.FileDebug

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.