Runtime Logging
Any recommendation for adding logging to a server script to produce output when running a web service generated via the Process Activator.
Tagged:
0
Comments
-
Mstm.WriteToLog() will insert into eLog table. You can use it to catch unhandled exceptions...
try
{
//do stuff
}
catch (Exception ex)
{
Mstm.WriteToLog("",ex.ToString(),Severity.Warning);
}
0 -
Can also use Mstm.WriteToFile
0
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 152 General Questions
- 148 Thrust Services
- 57 Developer Hackathon
- 37 Thrust Studio
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 32 eDOCS
- 190 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 10 XM Fax
- Follow Categories