Package com.salas.bb.core.actions.logging

Examples of com.salas.bb.core.actions.logging.SwitchLogLevelAction


        glAMap.put("fontBiasDown", new FontSizeBiasChangeAction(-1));
        glAMap.put("networkingManager", ShowActivityWindowAction.getInstance());
        glAMap.put("search", SearchAction.getInstance());

        // Logging
        glAMap.put("logLevelAll", new SwitchLogLevelAction(Constants.EMPTY_STRING, Level.FINE));
        glAMap.put("logLevelBlogbridge", new SwitchLogLevelAction("com.salas.bb", Level.FINE));

        // Articles
        glAMap.put("markArticleAsRead", MarkArticleReadAction.getInstance());
        glAMap.put("toggleArticleRead", ToggleArticleReadAction.getInstance());
        glAMap.put("gotoNextArticle", GotoNextArticleAction.getInstance());
View Full Code Here

TOP

Related Classes of com.salas.bb.core.actions.logging.SwitchLogLevelAction

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.