public class OALogUtil extends Object
Constructor and Description |
---|
OALogUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
consoleOnly(Level level) |
static void |
consoleOnly(Level level,
String name)
SAMPLE ****
ConsoleHandler ch = new ConsoleHandler();
ch.setLevel(Level.FINEST);
Logger log = Logger.getLogger("com.cpex.web.salesforce.mft");
log.setLevel(Level.FINEST);
log.addHandler(ch);
|
static void |
consolePerformance()
Send OAPerformance logging to console.
|
static void |
disable() |
static String |
getThreadDump() |
public static void disable()
public static void consoleOnly(Level level)
public static void consolePerformance()
public static void consoleOnly(Level level, String name)
public static String getThreadDump()
Copyright © 1999–2019 ViaOA. All rights reserved.