Skip to content

Commit

Permalink
Docs: Update log.h
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus authored Aug 16, 2024
1 parent dca5d04 commit 3c64e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commons/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
* liberada con `log_destroy()`
*
* @note Se debe tener en cuenta que:
* - si `file` es NULL, no se imprimirá en ningún archivo
* - si `file` ya existe, se escribirá al final del archivo
* - si `file` no existe, se creará un nuevo archivo en el directorio indicado
* - si el directorio hacia `file` no existe, se producirá un error
* - si `file` es NULL, no se escribirá en ningún archivo
*/
t_log* log_create(char* file, char *process_name, bool is_active_console, t_log_level level);

Expand Down

0 comments on commit 3c64e41

Please sign in to comment.