aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/Private
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-05-01 09:42:57 -0400
committerGravatar Paul Beusterien <paulbeusterien@google.com>2018-05-01 06:42:57 -0700
commit421cd3c24811f2b112fb01a17102e22a914d6673 (patch)
tree6a454f2373828489614e4afcc6c1de3862ad52b7 /Firebase/Core/Private
parentc7034314893f8644165c5cccaf1fec63e4924f56 (diff)
Remove logging count for this release. (#1201)
Diffstat (limited to 'Firebase/Core/Private')
-rw-r--r--Firebase/Core/Private/FIRLogger.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/Firebase/Core/Private/FIRLogger.h b/Firebase/Core/Private/FIRLogger.h
index e095e4e..cbb62e2 100644
--- a/Firebase/Core/Private/FIRLogger.h
+++ b/Firebase/Core/Private/FIRLogger.h
@@ -72,21 +72,6 @@ void FIRSetAnalyticsDebugMode(BOOL analyticsDebugMode);
void FIRSetLoggerLevel(FIRLoggerLevel loggerLevel);
/**
- * Retrieve the number of errors that have been logged since the stat was last reset.
- */
-NSInteger FIRNumberOfErrorsLogged(void);
-
-/**
- * Retrieve the number of warnings that have been logged since the stat was last reset.
- */
-NSInteger FIRNumberOfWarningsLogged(void);
-
-/**
- * Reset number of errors and warnings that have been logged to 0.
- */
-void FIRResetNumberOfIssuesLogged(void);
-
-/**
* Checks if the specified logger level is loggable given the current settings.
* (required) log level (one of the FIRLoggerLevel enum values).
* (required) whether or not this function is called from the Analytics component.