plog
plog copied to clipboard
License + create custom logger for open62541
Hi SergiusTheBest,
I have two questions about your logging library: I'm investigating to use your library in a commercial (inhouse) application. Can you confirm this can be used without any restrictions in regards to commercial applications?
Is it possible to use this library as a logger plugin for the Open62541 library? More info at https://www.open62541.org/doc/1.0/plugin_log.html?highlight=logging
thanks!
Hi @jan-pfizer!
I confirm that you can use plog in a commercial project without any fees or source code disclosure. There is a standard and widely adopted MIT License.
The API provided by Open62541 is suitable enough for plog.
Feel free to ask questions if you need any help.
Hello SergiusTheBest,
Thank you for your confirmation about the license. I assumed it was ok, but written confirmation was required for this project.
Suggestions on strategy towards the Open62541 integration are more then welcome! Our aim is to create a logging mechanism based on macro's which can easily be replaced by dummy macro's when we want to build a version without logging.
PS. Nice work!