Never heard of that.. I'd look for it's process in Activity Monitor when Lil Snitch pops up. I'd want to know for sure where it's coming from. Also, you can use the following to search for it:
Open Terminal.app and type:
sudo find / -name "pricalllogger" -print
That should look everywhere on your computer for any instance of a file with that name.