File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Tests/Unit-Tests/NewRelicAgentTests/Uncategorized Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -274,14 +274,14 @@ - (void) testAutoCollectedLogs {
274
274
}];
275
275
276
276
// Three messages should reach the remote log file for upload.
277
- NSLog (@" NSLog Test \n " );
277
+ NSLog (@" NSLog Test \n\n " );
278
278
os_log_t customLog = os_log_create (" com.agent.tests" , " logTest" );
279
279
// Log messages at different levels
280
- os_log (customLog, " This is a default os_log message." );
281
- os_log_info (customLog, " This is an info os_log message." );
282
- os_log_debug (customLog, " This is a debug os_log message." );
283
- os_log_error (customLog, " This is an error os_log message." );
284
- os_log_fault (customLog, " This is a fault os_log message." );
280
+ os_log (customLog, " This is a default os_log message.\n " );
281
+ os_log_info (customLog, " This is an info os_log message.\n " );
282
+ os_log_debug (customLog, " This is a debug os_log message.\n " );
283
+ os_log_error (customLog, " This is an error os_log message.\n " );
284
+ os_log_fault (customLog, " This is a fault os_log message.\n " );
285
285
286
286
XCTestExpectation *delayExpectation2 = [self expectationWithDescription: @" Waiting for Log Queue" ];
287
287
You can’t perform that action at this time.
0 commit comments