Enum RepoLoggingMode
Represents the logging mode used to write information and errors.
Namespace: FulcrumFS
Assembly: FulcrumFS.dll
Syntax
public enum RepoLoggingMode
Fields
| Name | Description |
|---|---|
| HumanReadable | Logs information and errors in a format intended for easy human reading. |
| None | No logging is performed. |