Ignore:
Timestamp:
Feb 8, 2007, 8:38:04 PM (19 years ago)
Author:
RBRi
Message:

more debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/DebugUnit.pas

    r61 r70  
    2626  // -- Logging --
    2727  Type
    28     LogAspect = (LogStartup, LogShutdown, LogSettings, LogParse, LogDisplay, LogSearch, LogViewStub, LogObjConstDest);
     28    LogAspect = (       LogStartup,
     29                        LogShutdown,
     30                        LogSettings,
     31                        LogParse,
     32                        LogDisplay,
     33                        LogSearch,
     34                        LogNHM,
     35                        LogViewStub,
     36                        LogObjConstDest,
     37                        LogDebug
     38    );
    2939    LogAspects = SET OF LogAspect;
    3040
     
    4656const
    4757  activeLogAspects : LogAspects = [
    48                                         LogStartup,
     58//                                        LogStartup,
    4959//                                        LogShutdown,
    5060//                                        LogSettings,
     
    5262//                                        LogDisplay,
    5363//                                        LogSearch,
    54                                         LogViewStub,
    55                                         LogObjConstDest
     64                                          LogNHM,
     65//                                        LogViewStub,
     66//                                        LogObjConstDest,
     67                                          LogDebug
    5668                                  ];
    5769
     
    7183      LogDisplay      :  result := 'Display';
    7284      LogSearch       :  result := 'Search';
     85      LogNHM          :  result := 'NewHelpManager';
    7386      LogViewStub     :  result := 'ViewStub';
    7487      LogObjConstDest :  result := 'ObjConstDest';
     88      LogDebug        :  result := 'Debug';
    7589      else               result := 'Unknown';
    7690      end;
Note: See TracChangeset for help on using the changeset viewer.