LWL v0.8 - Reference Manual


extern lwlh_t lwl_alloc

(void)

Allocates a new LWL handle.

Documentation

Allocates a new LWL handle. Returns the newly allocated handle in case of success. Returns NULL in case of failure. The intial log file used is stdout and the initial level is LWL_PRI_DEBUG. To change them and other attributes, uses lwl_set_attributes() function.

Returns:
A newly allocated LWL handle in case of success, NULL in case of failure.
See Also:
lwl_free()

Alphabetic index


LWL Reference Manual
Last modified: Wed Jun 26 15:51:54 CEST 2002