log_close

Closes the log file and log hierarchy.

Call the log_close method must be called after other log operations, and call it only once.

Syntax

uint16_t  log_close();

Returns

uint16_t error_code

An error code or ERR_NONE (value 0).