ILogConsumer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface used to consume log entries.
public interface ILogConsumer
type ILogConsumer = interface
Public Interface ILogConsumer
- Derived
Methods
Log(Severity, LoggerType, String, String, IPEndPoint, Exception, Int32) |
The method to call during logging. This method should be very fast, since it is called synchronously during Orleans logging. |