public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
logStackTrace(Logger log,
Level level,
Throwable e)
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)
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(Logger, Level, Throwable).Copyright © 2010–2014 Arcbees. All rights reserved.