set_aumessage_mode (3) - Linux Manuals
set_aumessage_mode: Sets the message mode
Command to display set_aumessage_mode
manual in Linux: $ man 3 set_aumessage_mode
NAME
set_message_mode - Sets the message mode
SYNOPSIS
#include <libaudit.h>
-
- void set_message_mode (message_t mode);
DESCRIPTION
set_message_mode sets the location where informational messages are sent. If mode=0 (default), then informational messages are sent to stderr. If mode=1, then informational messages are sent to syslog.
EXAMPLE
/* Sample code */
set_message_mode(MSG_SYSLOG)
AUTHOR
Debora Velarde.
Pages related to set_aumessage_mode
- set_allegro_resource_path (3) - Sets a specific resource search path. Allegro game programming library.
- set_alpha_blender (3) - Enables a special alpha-channel blending mode. Allegro game programming library.
- set_blender_mode (3) - Specifies a custom set of truecolor blender routines. Allegro game programming library.
- set_blender_mode_ex (3) - An even more complex version of set_blender_mode(). Allegro game programming library.
- set_clip_rect (3) - Sets the clipping rectangle of a bitmap. Allegro game programming library.
- set_clip_state (3) - Turns on or off the clipping of a bitmap. Allegro game programming library.
- set_close_button_callback (3) - Handles the user clicking on the close button of the window. Allegro game programming library.
- set_color (3) - Sets the specified palette entry to the specified RGB triplet. Allegro game programming library.