mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 18:44:54 +00:00
19 lines
557 B
C#
19 lines
557 B
C#
|
/* ----------------------------------------------------------------------------
|
||
|
* This file was automatically generated by SWIG (http://www.swig.org).
|
||
|
* Version 2.0.1
|
||
|
*
|
||
|
* Do not make changes to this file unless you know what you are doing--modify
|
||
|
* the SWIG interface file instead.
|
||
|
* ----------------------------------------------------------------------------- */
|
||
|
|
||
|
|
||
|
using System;
|
||
|
using System.Runtime.InteropServices;
|
||
|
|
||
|
public class ESL {
|
||
|
public static void eslSetLogLevel(int level) {
|
||
|
ESLPINVOKE.eslSetLogLevel(level);
|
||
|
}
|
||
|
|
||
|
}
|