Sponsor:

Your company here, and a link to your site. Click to find out more.

wxLogNull.3erl - Man Page

Functions for wxLogNull class

Description

This class allows you to temporarily suspend logging. All calls to the log functions during the life time of an object of this class are just ignored.

In particular, it can be used to suppress the log messages given by wxWidgets itself but it should be noted that it is rarely the best way to cope with this problem as all log messages are suppressed, even if they indicate a completely different error than the one the programmer wanted to suppress.

For instance, the example of the overview:

would be better written as:

wxWidgets docs: wxLogNull

Data Types

wxLogNull() = wx:wx_object()

Exports

new() -> wxLogNull()

Suspends logging.

destroy(This :: wxLogNull()) -> ok

Resumes logging.

Info

wx 2.4.1 wxWidgets team. Erlang Module Definition