Uses of Interface
io.qt.core.QtMessageHandler
Packages that use QtMessageHandler
-
Uses of QtMessageHandler in io.qt.core
Methods in io.qt.core that return QtMessageHandlerModifier and TypeMethodDescriptionstatic QtMessageHandlerQLogging.qInstallExceptionMessageHandler(QtMsgType ... supportedMessageTypes) Installs an exception-throwing message handler as a receiver for message notification.static QtMessageHandlerQLogging.qInstallLoggingMessageHandler(QtMsgType ... supportedMessageTypes) Installs a message handler using the Java logging feature as a receiver for message notification.static QtMessageHandlerQLogging.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 QtMessageHandlerModifier and TypeMethodDescriptionstatic QtMessageHandlerQLogging.qInstallMessageHandler(QtMessageHandler handler, QtMsgType ... supportedMessageTypes) Installs the specified message handler as a receiver for message notification.