GeocellLogger.java :  » UnTagged » smartshop-project » com » beoui » geocell » Android Open Source

Android Open Source » UnTagged » smartshop project 
smartshop project » com » beoui » geocell » GeocellLogger.java
package com.beoui.geocell;

import java.util.logging.Logger;

public final class GeocellLogger {

    private GeocellLogger() {
        // no instantiation allowed
    }

    public static Logger get() {
        return Logger.getLogger("com.beoui.geocell");
    }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.