예제 #1
0
 public virtual void log(LogLevel level, string message)
 {
     ContextModulePINVOKE.AbstractLogger_log(swigCPtr, (int)level, message);
     if (ContextModulePINVOKE.SWIGPendingException.Pending)
     {
         throw ContextModulePINVOKE.SWIGPendingException.Retrieve();
     }
 }