Opened 18 years ago

Closed 18 years ago

#984 closed enhancement (fixed)

Add support for multiple bit select for logging

Reported by: Mark Spieth Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords: logging
Cc: Ticket locked: no

Description

when playback/audio are selected for logging, many lines are printed which are useful sometimes but not all the time. This patch adds support so constructs like VERBOSE(VB_PLAYBACK|VB_TIMESTAMP, ...) can be used patch attached. feel free to disregard.

Attachments (2)

mythtv_multilog.patch (1.2 KB) - added by Mark Spieth 18 years ago.
mythtv_multilog.2.patch (1.2 KB) - added by Mark Spieth 18 years ago.

Download all attachments as: .zip

Change History (7)

Changed 18 years ago by Mark Spieth

Attachment: mythtv_multilog.patch added

Changed 18 years ago by Mark Spieth

Attachment: mythtv_multilog.2.patch added

comment:1 Changed 18 years ago by Isaac Richards

Resolution: fixed
Status: newclosed

(In [8593]) Close #984 - multiple bits for selecting logging messages..

comment:2 Changed 18 years ago by Isaac Richards

Resolution: fixed
Status: closedreopened

This breaks usage of VB_ALL. Reopening so I remember to fix this.

comment:3 Changed 18 years ago by Mark Spieth

see #1026 which updates various logs and the 2 instances of VB_ALL to VB_IMPORTANT VB_ALL is actually VB_ANY in that case. I waited until this was accepted before proceeding with #1026

comment:4 Changed 18 years ago by Isaac Richards

The patches in #1026 change 2 of the VB_ALL instances, and there's a huge number more of them - am I missing something?

comment:5 Changed 18 years ago by Isaac Richards

Resolution: fixed
Status: reopenedclosed

(In [8624]) VB_ALL -> VB_IMPORTANT, closes #984.

Note: See TracTickets for help on using tickets.