Use of NSLog and NSLog

Source: Internet
Author: User

Use of NSLog and NSLog

1. NSLog prints strings in two places: the operating system console and the IDE console.

2. For NSLog, a printed destination is not the console, but the system file "system. log ".

Another output destination is not the IED console, but stderr.

 

Log description

-(NSString *) description This interface is owned by all NSObject and its subclass methods. By default, % @ In the NSLog parameter reads the return value of this method and prints it out, however, most subclasses do not specifically rewrite this method, resulting in the printed structure directly using the implementation content of the "description" interface in the parent NSObject class as the output, that is, the object pointer.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.