On 7/1/18, Richard Owlett <[email protected]> wrote:
>
> Beware if *CAPITALS &/or BOLD* used in Subject ;/
>
> SeaMonkey's history function reports:
>    1. all sites visited
>    2. how many times visited
>    3. time of last visit
>
> Start ON-TOPIC post ;/
> I need a time stamped log of when I visited each site.
>
> Start POSSIBLY-OFF-TOPIC post ;/
> When I ask a question I'm referred to a specific WEB site or a portion
> thereof.
> Then at a *CRITICAL* point  I'm referred to a specific WEB site or a
> portion thereof.
>
> Any one spot potential "infinite loop"?  <*ROFL*>
> I need a detailed record of "where I went WHEN" if I'm going to give
> site designer a useful "complaint".
>
> Comments?

Maybe logging will create the record you want?
C:\Temp>type startSM-with-logging.bat
@REM see  
https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/HTTP_logging
@REM

@rem set 
MOZ_LOG=timestamp,sync,rotate:200,nsHttp:5,cache2:5,nsSocketTransport:5,nsHostResolver:5

set MOZ_LOG=timestamp,sync,rotate:200,nsHttp:3
@rem nsHttp:3   log only http request and response headers

set MOZ_LOG_FILE=%TEMP%\sm-log.txt

"c:\Program Files (x86)\SeaMonkey\SeaMonkey.exe"

C:\Temp>


Regards,
Lee
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to