diff --git a/src/utils/pv/logger.h b/src/utils/pv/logger.h index 54e636d..96a2217 100644 --- a/src/utils/pv/logger.h +++ b/src/utils/pv/logger.h @@ -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; } }