Constructs a Go2Log object.
Go2Status Go2Log_Construct(Go2Log* log, const Go2Char* path, Go2Bool read);
|
Parameters |
Description |
|
Go2Log* log |
Receives a handle to the constructed object. |
|
const Go2Char* path |
Path to the log file. |
|
Go2Bool read |
If true, log file is opened for reading; else, log file is opened for writing. |
Operation status.
Go2Log.h