Skip to content

Commit ecb7fc9

Browse files
committed
format
1 parent f6bb522 commit ecb7fc9

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

FirebaseCore/Extension/FIRLogger.h

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,16 @@ extern void FIRLogDebug(NSString *category, NSString *messageCode, NSString *mes
133133

134134
/**
135135
* This function is similar to the one above, except it takes a `va_list` instead of the listed
136-
* variables. The following functions accept the following parameters in order: (required) service
137-
* name of type FirebaseLoggerService. (required) message code starting from "I-" which means iOS,
138-
* followed by a capitalized three-character service identifier and a six digit integer message ID
139-
* that is unique within the service. An example of the message code is @"I-COR000001". See
140-
* go/firebase-log-proposal for details. (required) message string which can be a format string.
136+
* variables.
137+
*
138+
* The following functions accept the following parameters in order: (required) service
139+
* name of type FirebaseLoggerService.
140+
*
141+
* (required) message code starting from "I-" which means iOS,
142+
* followed by a capitalized three-character service identifier and a six digit integer message
143+
* ID that is unique within the service. An example of the message code is @"I-COR000001".
144+
* See go/firebase-log-proposal for details.
145+
* (required) message string which can be a format string.
141146
* (optional) A va_list
142147
*/
143148
extern void FIRLogBasicError(NSString *category,

0 commit comments

Comments
 (0)