Class GuiLog
java.lang.Object
com.logicaldoc.gui.common.client.log.GuiLog
Represents a client work session
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
static void
static void
static void
static void
serverError
(String message, Throwable caught) Logs a server error and shows a warning to the userstatic void
serverError
(Throwable caught) static void
-
Method Details
-
serverError
-
serverError
Logs a server error and shows a warning to the user- Parameters:
message
- The message to be shown (optional)caught
- The caught exception (if any)
-
warn
-
error
-
error
-
info
-
info
-
debug
-