Enum LogFilterType
Namespace: Akka.Event
Assembly: Akka.dll
Syntax
public enum LogFilterType
Fields
| Name | Description |
|---|---|
| Content | Filter log messages based on their content: message, exception, etc. |
| Source | Filter log messages based on their source |
Edit this page