sunglim / systemtrading

my first system trading application
MIT License
0 stars 0 forks source link

Clean up logger instances #45

Open sunglim opened 11 months ago

sunglim commented 11 months ago

Every strategry code use following logger instance. Instead of using the existing default logger, create a new logger instance. logger := log.Default()