Module safe_app::ffi::logging [] [src]

Logging operations Logging utilities

Functions

app_init_logging

This function should be called to enable logging to a file. If output_file_name_override is provided, then this path will be used for the log output file.

app_output_log_path

This function should be called to find where log file will be created. It will additionally create an empty log file in the path in the deduced location and will return the file name along with complete path to it.