Dynamically Enable/Disable WebObjects SQL Logging
NSLog.allowDebugLoggingForGroups(0x10000L); // Do something that roundtrips the DB, like editingContext.saveChanges(). NSLog.refuseDebugLoggingForGroups(0x10000L);
12388 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
NSLog.allowDebugLoggingForGroups(0x10000L); // Do something that roundtrips the DB, like editingContext.saveChanges(). NSLog.refuseDebugLoggingForGroups(0x10000L);
(new DOMConfigurator()).doConfigure(resourceManager().inputStreamForResourceNamed("log4j.xml", "app", null), LogManager.getLoggerRepository());
NSLog.debug.setAllowedDebugLevel(NSLog.DebugLevelDetailed); NSLog.allowDebugLoggingForGroups(NSLog.DebugGroupRules);