Destinations for user level output
public abstract class LoggingOptions
| name | description |
|---|---|
| static Create() | Returns a pure sink (all input ignored) instance |
| static NewAbstract(…) | |
| static NewPrimitive(…) | |
| static Translate(…) | Translates a C# style interface to the corresponding F# type |
| Echo { get; } | Sink for command line/usage messages |
| Error { get; } | Sink for error messages |
| Info { get; } | Sink for informational messages |
| Verbose { get; } | Sink for detailed messages |
| Warn { get; } | Sink for warning messages |
| static ActionAdapter(…) | A helper for C# use |
| class Abstract | Options expressed as an interface |
| class Primitive | Options expressed as an F# “stringly” typed record |
| static class Tags |