Error and Info Logging into log file at standard location through Add-Ins integration
Summary
I have Workspace add-ins and i want to logging the error message in physical file which is stored in oracle RightNow folder at user level.Content
Here i am using standard function LogMessage of rightnow then it logs the message at runtime in debugger window but does not write in physcial file. Is there any way we can write same log message in file.
Below are the log file location
C:\Users\XXXX\AppData\Roaming\RightNow_Technologies\XXXXXXXXXXX__tst3\logs.
Version
Oracle Service Cloud - 18CCode Snippet
_globalContext.LogMessage(_logMessage);
0