Skip to content
This repository was archived by the owner on Dec 9, 2019. It is now read-only.

Enabling Client Logs

Stephen McCafferty edited this page Sep 19, 2017 · 1 revision

To enable logging on the client:

  1. Open application.entlib.config in the SpecLog client directory. You need to do this as administrator to be able to save the edited file.
  2. Search for the <listeners> section and change the filter for the client.log file to "All":
    <add name="FlatFile TraceListener" fileName="%LOCALAPPDATA%\SpecLog\client.log" filter="All" formatter="Simple Message Formatter" [...]
  3. Save the file and restart SpecLog.

By default, the client logs are saved to client.log in your Users\<UserName>\AppData\Local\SpecLog directory.

Clone this wiki locally