CaughtException(string, Exception)
abstract
public abstract void CaughtException(string where, Exception e) Log an exception that was caught in the log-consistency protocol.
Parameters
wherestringeException
public abstract void CaughtException(string where, Exception e)wherestringeExceptionpublic abstract void CaughtUserCodeException(string callback, string where, Exception e)callbackstringwherestringeExceptionpublic abstract T DeepCopy<T>(T value)valueTpublic abstract void Log(LogLevel level, string format, params object[] args)levelLogLevelformatstringargsobject[]public abstract void ProtocolError(string msg, bool throwexception)msgstringthrowexceptionbool