Class DomainRecordingService

java.lang.Object
org.eblocker.server.common.service.DomainRecordingService

public class DomainRecordingService extends Object
Logs requests to domains for devices that have the "domainRecordingEnabled" flag. Log entries are added to a queue and processed in the background.
  • Constructor Details

  • Method Details

    • log

      public void log(Device device, String hostname, boolean blocked, boolean patternRequest)