zoo_set_log_stream

\brief sets the stream to be used by the library for logging

The zookeeper library uses stderr as its default log stream. Application must make sure the stream is writable. Passing in NULL resets the stream to its default value (stderr).

extern (C)
void
zoo_set_log_stream
(
FILE* logStream
)

Meta