go-ozzo / ozzo-log

A Go (golang) package providing high-performance asynchronous logging, message filtering by severity and category, and multiple message targets.
MIT License
122 stars 31 forks source link

create directories from config file #13

Open annakozyreva1 opened 7 years ago

annakozyreva1 commented 7 years ago

I want to ask to add it creating folders from config file if it is not exist. for example: "type": "FileTarget", "FileName": "c:/sed/1.log" the library creates c:\sed

To rewrite localy the library is bad decision.