Namespace: Rx.Net – Assembly: Rx.Net
LoggerType Enumeration
C#
public enum LoggerType
Specifies the types of logger available.
Values
FILE |
A logger that directs all messages to a file. |
CONSOLE |
A logger that directs all messages to the standard output. |
TCP |
A logger that directs all messages over TCP to localhost on the configured port. |