Fission FSN
Loading...
Searching...
No Matches
fsCLog.h
Go to the documentation of this file.
1/********************************************************************
2*
3* File: fsCLog.h
4*
5* Purpose: Wrap up platform specific logging code
6*
7*********************************************************************/
8
9#ifndef fsCAsserthdr
10#define fsCAsserthdr
11
12#include <fsCore/fsStr.h>
13
14void fsCLogMsg(fsStr const& pStr);
15void fsCLogError(fsStr const& pStr);
16void fsCLogMsgFlush(fsStr const& pStr);
17
18
19#endif
void fsCLogMsg(fsStr const &pStr)
Definition fsCLog.cpp:12
void fsCLogMsgFlush(fsStr const &pStr)
Definition fsCLog.cpp:27
void fsCLogError(fsStr const &pStr)
Definition fsCLog.cpp:18
Definition fsStr.h:23