s! type = FILE|EMAIL destination = destination compression = ENABLED|DISABLED hours = hours verbose = ENABLED|DISABLED Shows ...

%1!s! [ type = ] FILE|EMAIL 
          [ destination = ] destination                                
          [ [ compression = ] ENABLED|DISABLED                         
            [ hours = ] hours                                          
            [ verbose = ] ENABLED|DISABLED ]                           
                                                                       
  Shows all logs.                                                      
                                                                       
  type - type of destination.                                          
     FILE  - save the diagnostic report to a file.                     
     EMAIL - send the diagnostic report to an email address.           
                                                                       
  destination - the destination for the diagnostic report. Either a    
                filename or an email address is a valid destination.   
                                                                       
  compression - compress the diagnostic report into a CAB file.        
     ENABLED  - enables compression. Default setting for email         
                destination.                                           
     DISABLED - disables compression. Default setting for file         
                destination.                                           
                                                                       
  hours - only show log entries from this number of hours in the past. 
          1 - 24 is valid. If no time is specified, the entire log will
          be displayed.                                                
                                                                       
  verbose - Amount of data to include in the diagnostic report.        
     ENABLED  - enables verbose information.                           
     DISABLED - disables verbose information. Default.