• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSLog not logging anymore
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSLog not logging anymore


  • Subject: NSLog not logging anymore
  • From: Ryan Raaum <email@hidden>
  • Date: Tue, 23 Aug 2005 14:22:29 -0400

A couple hours ago, NSLog simply stopped logging anything to the run
log.  No errors or exceptions or compile problems.  Simply stopped
working.

I've been trying to figure out if I accidentally disabled logging to
the Run Log or inadvertantly redirected stderr somewhere else - but
can't figure it out.

The session start and end still get logged, like so:

[Session started at 2005-08-23 14:03:18 -0400.]

Executable "Locomotive" has exited with status 0.

But nothing else.  I added a log statement before the NSApplication
call in main.m, figuring that that _has_ to get called, like so:

int main(int argc, char *argv[])
{
	NSLog(@"hello");
    return NSApplicationMain(argc,  (const char **) argv);
}

But nothing....

Any ideas?
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: NSLog not logging anymore
      • From: Marco Scheurer <email@hidden>
    • Re: NSLog not logging anymore
      • From: Ryan Raaum <email@hidden>
  • Prev by Date: Re: Basic NSArrayController NSTableView bindings question
  • Next by Date: MiscKit, MOKit, etc.
  • Previous by thread: Re: Uniform type identifier support in Cocoa or lack thereof
  • Next by thread: Re: NSLog not logging anymore
  • Index(es):
    • Date
    • Thread