bengeisler / TcLog

Flexible logging functionality for TwinCAT 3.
MIT License
54 stars 10 forks source link

doc: updated documentation examples #23

Closed seehma closed 5 months ago

seehma commented 5 months ago

newer TwinCAT versions require namespace access therefore added the namespace to all code examples

seehma commented 5 months ago

I updated the documentation. Of course its your choice how to deal with it, we install our libraries (Zeugwerk Framework) always with namespace required. Also Beckhoff often had problems on solving dependency things from libraries without namespace, sometimes it worked well, on some TwinCAT versions the compiler threw error messages. With Qualified access only, the problems were gone. However, thanks for fixing it, i didnt had the time to take a closer look on it, my workaround with qualified access only was a quick fix :-)