Utils
.@Deprecated public class Utils extends Object
Constructor and Description |
---|
Utils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
logStackTrace(Logger log,
Level level,
Throwable e)
Deprecated.
Logs an entire stack trace to the logger, so that it can easily be viewed
in the App Engine log.
|
static void |
logStackTrace(Logger log,
Throwable e)
Deprecated.
Logs an entire stack trace to the logger, so that it can easily be viewed
in the App Engine log.
|
public static void logStackTrace(Logger log, Throwable e)
logStackTrace(java.util.logging.Logger, java.util.logging.Level, Throwable)
.Copyright © 2010–2014 Arcbees. All rights reserved.