3 @brief stdio output for Flog
4 @author Nabeel Sowan (nabeel.sowan@vibes.se)
6 When you want flog to write to a stdout or stderr
14 int flog_output_stdout(FLOG_T
*log
,const FLOG_MSG_T
*msg
);
15 int flog_output_stderr(FLOG_T
*log
,const FLOG_MSG_T
*msg
);