Added -logException:

This commit is contained in:
Pierre-Olivier Latour
2014-04-19 12:52:34 -03:00
parent 633d40f155
commit 7743d18006
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -437,6 +437,11 @@ extern NSString* const GCDWebServerAuthenticationMethod_DigestAccess;
*/
- (void)logError:(NSString*)format, ... NS_FORMAT_FUNCTION(1,2);
/**
* Logs an exception with the kGCDWebServerLogLevel_Exception level.
*/
- (void)logException:(NSException*)exception;
@end
#ifdef __GCDWEBSERVER_ENABLE_TESTING__