Callcenter developers
If you are working on telephone solutions, please check
out the Ozeki VoIP SIP SDK.
It can be used to create: |
Webphone solutions:
- Adobe Flash video phone
- Silverlight video phone
- Web to web calls
- Web to VoIP calls
Custom SIP clients:
- Silverlight SIP VoIP client
- Flash SIP VoIP client
- C# .net SIP VoIP client
- ASP .net SIP VoIP client
- Web based SIP VoIP client
Custom VoIP solutions:
- VoIP SIP softphones
- VoIP call center clients
- VoIP IVR systems
- VoIP predictive dialer systems
- VoIP auto dialer systems
- VoIP call assistant
- VoIP call recording systems
- VoIP intercom solutions
|
C# SMS API - log method
This method can be used to write a log entry on the server
into the logfile belonging to the logged in user. For example
if you login as admin, the following logfile will hold the
logentry:
C:\Program Files\Ozeki\OzekiNG - SMS Gateway\Logs\USER_Standarad_admin.txt
| |
Name |
Description |
 |
void log(string logmessage);
|
Use this function to write a log entry.
Parameters
logmessage - The text
of the log entry. The server will automatically mark this entry
with a timestamp.
Returns
This function does not return anything.
Example
log("Welcome to my C# SMS application");
|
Dig deeper!
People who read this also read...
Next page:
keepalive
|