ShellRechargeSolutionsEU / docile-charge-point

Scriptable OCPP charge point simulator and test tool
GNU General Public License v3.0
82 stars 32 forks source link

Switch to typesafe scala logging #3

Closed goldobin closed 6 years ago

goldobin commented 6 years ago

The slogging library does not tolerate cases when couple loggers with different names are used. Actually it forces developer to mixin StrictLogging even if you do not need the logger variable in the scope. We're using multiple loggers. Switching to basic Scala-logging library simplifies the code.

reinierl commented 6 years ago

Could we maybe also override println in the script to use the script logger? Or honor Larry Wall by calling it say? :)