|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogUtil.LogCategory | |
|---|---|
| ucar.unidata.data | The data package. |
| ucar.unidata.idv.control | DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. |
| ucar.unidata.ui.colortable | UI classes for color tables. |
| ucar.unidata.util | General utilities. |
| ucar.visad.display | Provides support for hiding some of the complexity of the VisAD package. |
| Uses of LogUtil.LogCategory in ucar.unidata.data |
|---|
| Fields in ucar.unidata.data declared as LogUtil.LogCategory | |
|---|---|
protected static LogUtil.LogCategory |
DataInstance.log_
logging category |
| Uses of LogUtil.LogCategory in ucar.unidata.idv.control |
|---|
| Fields in ucar.unidata.idv.control declared as LogUtil.LogCategory | |
|---|---|
static LogUtil.LogCategory |
DisplayControlBase.log_
Use this member to log messages (through calls to LogUtil) |
protected static LogUtil.LogCategory |
GridDisplayControl.log_
logging category |
| Uses of LogUtil.LogCategory in ucar.unidata.ui.colortable |
|---|
| Fields in ucar.unidata.ui.colortable declared as LogUtil.LogCategory | |
|---|---|
static LogUtil.LogCategory |
ColorTableEditor.log_
For logging errors |
| Uses of LogUtil.LogCategory in ucar.unidata.util |
|---|
| Fields in ucar.unidata.util declared as LogUtil.LogCategory | |
|---|---|
static LogUtil.LogCategory |
ResourceManager.log_
_more_ |
| Methods in ucar.unidata.util that return LogUtil.LogCategory | |
|---|---|
static LogUtil.LogCategory |
LogUtil.getLogInstance(String name)
Helper that creates a log category. |
| Methods in ucar.unidata.util with parameters of type LogUtil.LogCategory | |
|---|---|
static void |
LogUtil.printException(LogUtil.LogCategory log_,
String xmsg,
Throwable exc)
Show the given error message/exception in the gui (if not in test mode), print it to the console and log it to the given Category |
static void |
LogUtil.printException(LogUtil.LogCategory log_,
String xmsg,
Throwable exc,
byte[] fileBytes)
Print the exception |
static void |
LogUtil.printException(LogUtil.LogCategory log_,
String xmsg,
Throwable originalException,
File file)
Print the exception |
static void |
LogUtil.printExceptionNoGui(LogUtil.LogCategory log_,
String xmsg,
Throwable exc)
Log the given error message/exception to the given LogCategory |
static void |
LogUtil.userErrorMessage(LogUtil.LogCategory log_,
String msg)
Show the error dialog to the user |
static void |
LogUtil.userMessage(LogUtil.LogCategory log_,
String msg)
Show an informational message to the user. |
static void |
LogUtil.userMessage(LogUtil.LogCategory log_,
String msg,
boolean andLog)
Show an informational message to the user. |
static void |
LogUtil.userMessage(LogUtil.LogCategory log_,
String msg,
String consoleMsg)
Show an informational message to the user. |
| Uses of LogUtil.LogCategory in ucar.visad.display |
|---|
| Fields in ucar.visad.display declared as LogUtil.LogCategory | |
|---|---|
static LogUtil.LogCategory |
DisplayMaster.log_
Use this member to log messages (through calls to LogUtil) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||