File: debugLogMessageClassesMenu.plist

package info (click to toggle)
oolite 1.77.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 41,264 kB
  • ctags: 5,362
  • sloc: objc: 132,090; ansic: 10,457; python: 2,225; sh: 1,325; makefile: 332; perl: 259; xml: 125; php: 5
file content (27 lines) | stat: -rw-r--r-- 917 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
	This file defines message classes to be listed in the Log Message Classes
	submenu of the Debug menu.
	
	Each entry consists of two list items. The first is the display name, the
	name of the menu item to use. The second is the log message class or
	metaclass the menu item should affect. These are the same keys that are
	set in logcontrol.plist.
	
	Changes made using the menu are not saved between sessions.
	
	debugLogMessageClassesMenu.plist is merged in the usual fashion.
*/

(
	"General Errors",				$error,
	"Script Errors",				$scriptError,
	"Script Debug",					$scriptDebug,
	"Script Entry Points",			$reportScriptEntry,
	"Shader Debug",					$shaderDebugOn,
	"Troubleshooting Dumps",		$troubleShootingDump,
	"Entity State",					$entityState,
	"Data Cache Debug",				$dataCacheDebug,
	"Rendering Errors",				"rendering.opengl.error",
	"Texture Debug",				$textureDebug,
	"Sound Debug",					$soundDebug
)