Show / Hide Table of Contents

Enum LoggingFileMode

Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public enum LoggingFileMode

Fields

Name Description
File

Enable duplicating log entries to file (debug.log).

FileDate

Enable duplicating log entries to file. A new file is created with the current system date and time of day when Experior is started.

FileModelName

Enable duplicating log entries to file. A new file is created with the current model file name when a model is opened or saved.

None

Disable duplicating log entries to file.

Extension Methods

EnumExtensions.AsString()
Back to top Generated by DocFX