From 1b273d37871e31fef9c1e005b7b2b6bd934d0df6 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 18 Oct 2018 17:07:55 -0700 Subject: [PATCH] deprecate createFileLogger() --- src/utils/pv/logger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }