API Diff between 3.2.7 and 2.1.1-alpha
108 Additions
14 Removals
SenseNet
SenseNet.Configuration
SenseNet.Diagnostics
-
public abstract class BufferedSnTracer : ISnTracer
-
public static class EventId
-
public interface ISnTracer
-
public class SnDebugViewTracer : ISnTracer
-
public class SnEventLogger : SnEventloggerBase
- protected virtual string FormatCategories(ICollection<string> categories)
- protected virtual string FormatMessage(object message, ICollection<string> categories, int priority, int eventId, TraceEventType severity, string title, IDictionary<string, object> properties)
- protected virtual string FormatProperties(IDictionary<string, object> properties)
- public virtual void Write(object message, ICollection<string> categories, int priority, int eventId, TraceEventType severity, string title, IDictionary<string, object> properties)
-
public abstract class SnEventloggerBase : IEventLogger
- protected SnEventloggerBase()
- protected virtual string FormatCategories(ICollection<string> categories)
- protected virtual string FormatMessage(object message, ICollection<string> categories, int priority, int eventId, TraceEventType severity, string title, IDictionary<string, object> properties)
- protected virtual string FormatProperties(IDictionary<string, object> properties)
- public virtual void Write(object message, ICollection<string> categories, int priority, int eventId, TraceEventType severity, string title, IDictionary<string, object> properties)
- protected abstract void WriteEntry(string entry, EventLogEntryType entryType, int eventId)
-
public class SnFileSystemEventLogger : SnEventloggerBase
-
public class SnFileSystemTracer : BufferedSnTracer
-
public class SnILogger : SnEventloggerBase
-
public class SnILoggerTracer : ISnTracer
-
public static class SnLog
-
public static class SnTrace
SenseNet.Diagnostics.Analysis
SenseNet.Extensions.DependencyInjection
SenseNet.Testing
-
public class ObjectAccessor
- public object Target { get; }
- public ObjectAccessor(object target)
- public ObjectAccessor(object target, Type baseType)
- public ObjectAccessor(Type type, object[] arguments)
- public ObjectAccessor(Type type, Type[] parameterTypes, object[] arguments)
- public ObjectAccessor(string assemblyName, string typeName, object[] arguments)
- public ObjectAccessor(string assemblyName, string typeName, Type[] parameterTypes, object[] arguments)
- public ObjectAccessor(object target, string memberToAccess)
- public object GetField(string fieldName)
- public object GetFieldOrProperty(string memberName)
- public object GetProperty(string propertyName)
- public object Invoke(string name, object[] args)
- public object Invoke(string name, Type[] parameterTypes, object[] args)
- public object Invoke(string name, Type[] parameterTypes, object[] args, Type[] typeArguments)
- public void SetField(string fieldName, object value)
- public void SetFieldOrProperty(string memberName, object value)
- public void SetProperty(string propertyName, object value)
-
public class Swindler<T> : IDisposable
-
public class TypeAccessor
SenseNet.Tools
SenseNet.Tools.Diagnostics