Implementing logging in server side extension
![]() I am wrriting a custom server side plugin for RTC. I would like to add logging. How can I do that?
|
Accepted answer
![]()
You have to add the following part of the code to your plugin:
If you want to change log level, you need to modify log4j.properties:
Ralph Schoon selected this answer as the correct answer
|