Difference between revisions of "Mythlog table"

From MythTV Official Wiki
Jump to: navigation, search
m (table style)
m
 
Line 1: Line 1:
 +
{{Wrongtitle|mythlog table}}
 
The '''mythlog table''' is used as an internal MythTV logging area where messages from the various MythTV components are stored.
 
The '''mythlog table''' is used as an internal MythTV logging area where messages from the various MythTV components are stored.
 
==Table Description==
 
==Table Description==
Line 22: Line 23:
 
|-
 
|-
 
|}
 
|}
 +
 +
 +
{{stub}}
  
 
[[Category:DB Table]]
 
[[Category:DB Table]]

Latest revision as of 23:16, 15 March 2007

Important.png Note: The correct title of this article is mythlog table. It appears incorrectly here due to technical restrictions.

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