Uses of Class
ucar.unidata.util.LogUtil.LogCategory
Packages that use LogUtil.LogCategory
Package
Description
The data package.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
UI classes for color tables.
General utilities.
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.LogCategoryModifier and TypeFieldDescriptionprotected 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.LogCategoryModifier and TypeFieldDescriptionstatic 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.LogCategoryModifier and TypeFieldDescriptionstatic LogUtil.LogCategory
ColorTableEditor.log_
For logging errors -
Uses of LogUtil.LogCategory in ucar.unidata.util
Fields in ucar.unidata.util declared as LogUtil.LogCategoryMethods in ucar.unidata.util that return LogUtil.LogCategoryModifier and TypeMethodDescriptionstatic LogUtil.LogCategory
LogUtil.getLogInstance
(String name) Helper that creates a log category.Methods in ucar.unidata.util with parameters of type LogUtil.LogCategoryModifier and TypeMethodDescriptionstatic 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 Categorystatic void
LogUtil.printException
(LogUtil.LogCategory log_, String xmsg, Throwable exc, byte[] fileBytes) Print the exceptionstatic void
LogUtil.printException
(LogUtil.LogCategory log_, String xmsg, Throwable originalException, File file) Print the exceptionstatic void
LogUtil.printExceptionNoGui
(LogUtil.LogCategory log_, String xmsg, Throwable exc) Log the given error message/exception to the given LogCategorystatic void
LogUtil.userErrorMessage
(LogUtil.LogCategory log_, String msg) Show the error dialog to the userstatic 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.LogCategoryModifier and TypeFieldDescriptionstatic LogUtil.LogCategory
DisplayMaster.log_
Use this member to log messages (through calls to LogUtil)