Class ErrorLogBatcher
Batches error logging
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Log
Assembly: NFX.dll
Syntax
public class ErrorLogBatcher : LogBatcher<Exception>, IDisposable
Constructors
ErrorLogBatcher(ILog)
Declaration
public ErrorLogBatcher(ILog log = null)
Parameters
Type | Name | Description |
---|---|---|
ILog | log |
Methods
MakeMessages()
Declaration
protected override IEnumerable<Message> MakeMessages()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Message> |
Overrides
NFX.Log.LogBatcher<System.Exception>.MakeMessages()
Implements
System.IDisposable