| | | Forum Newbie
       
Group: Forum Members Last Login: 1/6/2006 3:04:00 PM Posts: 2, Visits: 1 |
| | In the SessionLog event handler, the second parameter is documented as being one of several enumerated types, such as WSFTP_LOG_SEV_NORMAL. However, these values do not appear to be defined anywhere in the SDK. Can someone say what the values are? I want to log different types of message in different ways (or not at all, depending on a flag setting). |
| | | | Time Traveler
       
Group: Ipswitch Employees Last Login: Today @ 4:27:41 PM Posts: 228, Visits: 1,379 |
| The values are: LOG_SEV_NORMAL = 0, LOG_SEV_INFO = 1, LOG_SEV_WARNING = 2, LOG_SEV_CRITICAL = 3, LOG_SEV_XFER_SUMMARY = 4 Claudio Robles WS_FTP Team Ipswitch |
| |
|
|