2010-02-15 21:33:44 +00:00
|
|
|
/* ----------------------------------------------------------------------------
|
|
|
|
* This file was automatically generated by SWIG (http://www.swig.org).
|
|
|
|
* Version 1.3.35
|
|
|
|
*
|
|
|
|
* 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);
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|