public class Log extends Object
Modifier and Type | Method and Description |
---|---|
static void |
debug(String message) |
static void |
error(String message,
String detail,
Throwable caught) |
static void |
info(String message,
String detail) |
static void |
serverError(String message,
Throwable caught)
Logs a server error and shows a warning to the user
|
static void |
serverError(Throwable caught) |
static void |
warn(String message,
String detail) |
public static void serverError(Throwable caught)
public static void serverError(String message, Throwable caught)
message
- The message to be shown (optional)caught
- The caught exception (if any)public static void debug(String message)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.