Navigation


Changeset 898:c2ecce3fb928 in freeDiameter for include


Ignore:
Timestamp:
Dec 4, 2012, 5:27:19 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Add a NONE option for fd_msg_log to disable the trace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdproto.h

    r897 r898  
    22472247/* configure the msg_log facility */
    22482248enum fd_msg_log_method {
    2249         FD_MSG_LOGTO_DEBUGONLY = 0, /* Simply log the message with other debug information, at the INFO level. This is default */
     2249        FD_MSG_LOGTO_NONE = 0, /* The message is not dumped. This is the default. */
     2250        FD_MSG_LOGTO_DEBUGONLY, /* Simply log the message with other debug information, at the INFO level. */
    22502251        FD_MSG_LOGTO_FILE,    /* Messages are dumped in a single file, defined in arg */
    22512252        FD_MSG_LOGTO_DIR    /* Messages are dumped in different files within one directory defined in arg. */
Note: See TracChangeset for help on using the changeset viewer.