Mythlog table

From MythTV Official Wiki
Revision as of 04:08, 14 March 2007 by Malban (talk | contribs) (table style)

Jump to: navigation, search

The mythlog table is used as an internal MythTV logging area where messages from the various MythTV components are stored.

Table Description

Field name Type Null Key Default Extras
logid int(10) unsigned PRI NULL auto_increment
module varchar(32)
priority int(11) 0
acknowledged tinyint(1) YES 0
logdate datetime YES NULL
host varchar(128) YES NULL
message varchar(255)
details text YES NULL