Uses of Interface
io.qt.core.QtMessageHandler
Package | Description |
---|---|
io.qt.core |
-
Uses of QtMessageHandler in io.qt.core
Classes in io.qt.core that implement QtMessageHandler Modifier and Type Class Description static class
QtMessageHandler.Impl
Implementor class for interfaceQtMessageHandler
Methods in io.qt.core that return QtMessageHandler Modifier and Type Method Description static QtMessageHandler
QLogging. qInstallExceptionMessageHandler(QtMsgType... supportedMessageTypes)
Installs an exception-throwing message handler as a receiver for message notification.static QtMessageHandler
QLogging. qInstallLoggingMessageHandler(QtMsgType... supportedMessageTypes)
Installs a message handler using the Java logging feature as a receiver for message notification.static QtMessageHandler
QLogging. qInstallMessageHandler(QtMessageHandler handler, QtMsgType... supportedMessageTypes)
Installs the specified message handler as a receiver for message notification.Methods in io.qt.core with parameters of type QtMessageHandler Modifier and Type Method Description static QtMessageHandler
QLogging. qInstallMessageHandler(QtMessageHandler handler, QtMsgType... supportedMessageTypes)
Installs the specified message handler as a receiver for message notification.