bannsec / cosmosocks

Socks server written in Cosmopolitan libc
GNU General Public License v3.0
21 stars 3 forks source link

Refactor logging #10

Open bannsec opened 2 years ago

bannsec commented 2 years ago

Change up logging so you could enable debugging messages, write logs to a file, etc. Currently, it's just a few different print statements. They should probably just be handled by a logging function that determines what to do.