deprecate createFileLogger()

This commit is contained in:
Michael Davidsaver
2018-10-18 17:07:55 -07:00
parent aa2dcd090c
commit 1b273d3787

View File

@@ -66,7 +66,7 @@ epicsShareFunc bool pvAccessIsLoggable(pvAccessLogLevel level);
* @param[in] fname The file to write to. If the file exists, it
* is opened for append.
*/
epicsShareFunc void createFileLogger( std::string const & fname );
epicsShareFunc void createFileLogger( std::string const & fname ) EPICS_DEPRECATED;
}
}