#include <SBlog.h>
SBlog defines a log stream as the following, which contains methods for writing data and closing the stream.
Public Attributes | |
VXIlogResult(* | Close )(struct SBlogStream **stream) |
Close the stream. | |
VXIlogResult(* | Write )(struct SBlogStream *stream, const VXIbyte *buffer, VXIulong buflen, VXIulong *nwritten) |
Write content to the stream. |
|
Close the stream.
|
|
Write content to the stream.
|