• 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
Debug-level messages don't appear in Console even after asl_set_filter()
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Debug-level messages don't appear in Console even after asl_set_filter()


  • Subject: Debug-level messages don't appear in Console even after asl_set_filter()
  • From: Sidney San Martín <email@hidden>
  • Date: Wed, 16 Sep 2009 11:22:47 -0400

Messages that I log below ASL_LEVEL_NOTICE aren't showing up in
Console at all. Here's my test case:


aslclient client = asl_open(NULL, NULL, ASL_OPT_STDERR);
asl_set_filter(client, ASL_FILTER_MASK_UPTO(ASL_LEVEL_DEBUG));

asl_log(client, NULL, ASL_LEVEL_WARNING, "This shows up in Console...");
asl_log(client, NULL, ASL_LEVEL_DEBUG, "...but this does not");

asl_close(client);

Is there some aspect of filtering that I'm missing?
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Debug-level messages don't appear in Console even after asl_set_filter()
      • From: Jesper Storm Bache <email@hidden>
  • Prev by Date: Retrieving the selected object in an NSOutlineView.
  • Next by Date: Binding a model's ivar array to the contents of an NSArrayController
  • Previous by thread: Re: Retrieving the selected object in an NSOutlineView.
  • Next by thread: Re: Debug-level messages don't appear in Console even after asl_set_filter()
  • Index(es):
    • Date
    • Thread