BobaBoard / issues

BobaBoard issue tracking
2 stars 0 forks source link

create factory method for logger. #72

Open essential-randomness opened 3 years ago

essential-randomness commented 3 years ago

[Frontend + Server]: create factory method for logger. Rather than import the debug library and manually create multiple logging methods (info, log, error) for each file, we should have a logging factory that takes returns these methods for us given the file id (likely manually supplied).