The information in this article applies to:
SUMMARYMessages logged using the LogEvent() resource API callback can be written in two places. First, events of level LOG_ERROR and LOG_SEVERE are sent to either the debugger or the console window depending on whether or not the cluster server is running as a service. Second, events of all levels are sent to the cluster log, if it is enabled. MORE INFORMATION
When a resource monitor calls the Startup() routine of a resource DLL, it
passes the address of the LogEvent() callback function. Resource DLLs can
use the callback to send messages of varying importance to the resource
monitor.
Additional query words:
Keywords : kbcluster |
Last Reviewed: January 13, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |