                                                                log
Chapter 10 Map Manipulation

The log command is a very valuable LTPlus tool.  It provides the user with
information critical to the map data editing process.  User-specified criteria
can be applied to the current, active map and all resulting error types or set
objects are then recorded in the map's log file.  This file can then be
interactively and graphically viewed, using the goto command.

log

    Logs all selected error types or objects in the log file.
     
         log ltype [s]

    Logs all selected error types or objects in the active map's log file.
    ___________________________________________________________________________
    Options/arguments:

         ltype     Type of action to be logged, where
                   clear = clears the log file
                   point = log all isolated points 
                   junct = log all pixel intersections
                   spur  = log all spurs
                   hole  = log all isolated holes 
                   set   = log all objects in set s
         s         Set number used only with set type Valid entries are 1 - 24,
                   inclusive
    ___________________________________________________________________________
    Example(s):

    To log all occurrences of objects which belong to set 13, enter:
     
         log set 13
    ___________________________________________________________________________
    See also:

              goto
    ___________________________________________________________________________
