home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 April / enter-2004-04.iso / files / EVE_1424_100181.exe / logConstants.py < prev    next >
Encoding:
Text File  |  2004-04-20  |  927 b   |  29 lines

  1. import blue
  2. import sys
  3. import traceback
  4. import string
  5.  
  6. info = 1
  7. warn = 2
  8. err =  4
  9. fatal = 8
  10. overlap = 16
  11.  
  12. myVer = boot.codename +".client"
  13. combat = blue.pyos.CreateLogChannel(myVer,"Combat")
  14. environment = blue.pyos.CreateLogChannel(myVer,"Environment")
  15. movement = blue.pyos.CreateLogChannel(myVer,"Movement")
  16. npc = blue.pyos.CreateLogChannel(myVer,"NPC")
  17. navigation = blue.pyos.CreateLogChannel(myVer,"Navigation")
  18. ui = blue.pyos.CreateLogChannel(myVer,"UI")
  19. macho = blue.pyos.CreateLogChannel(myVer,"Macho")
  20. update = blue.pyos.CreateLogChannel(myVer,"Update")
  21. general = blue.pyos.CreateLogChannel(myVer,"General")
  22. methodcalls = blue.pyos.CreateLogChannel(myVer,"MethodCalls")
  23. models = blue.pyos.CreateLogChannel(myVer,"Models")
  24. connection = blue.pyos.CreateLogChannel(myVer,"Connection")
  25. turrets = blue.pyos.CreateLogChannel(myVer,"Turrets")
  26. fitting = blue.pyos.CreateLogChannel(myVer,"Fitting")
  27.  
  28.  
  29.