Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Common Log File System (CLFS) API includes the following functions.
Function | Description |
---|---|
DeregisterManageableLogClient |
Deregisters a client with the log manager. |
HandleLogFull |
Called by a managed log client when an attempt to reserve or append to a log fails with a log full error message. |
InstallLogPolicy |
Installs a policy for a log. |
LogTailAdvanceFailure |
Called by a log client to indicate that it cannot comply with a request from the log manager to advance its tail. |
QueryLogPolicy |
Allows you to obtain a policy that is installed for the specified log. |
ReadLogNotification |
Retrieves notifications from the log manager. |
RegisterForLogWriteNotification |
Enables or disables log write notifications. |
RemoveLogPolicy |
Resets the specified policy to its default behavior. |
RegisterManageableLogClient |
Registers a client with the log manager. |
SetLogFileSizeWithPolicy |
Adds or deletes containers from a log according to the installed policies. |