Determines which predefined path the FileLogTraceListener class uses to write its log files.
| C# | Visual Basic |
public enum LogFileLocation
Public Enumeration LogFileLocation
| Member | Description |
|---|---|
| TempDirectory |
Use the path of the current system's temporary folder.
|
| LocalUserApplicationDirectory |
Use the path for a user's application data.
|
| CommonApplicationDirectory |
Use the path for the application data that is shared among all users.
|
| ExecutableDirectory |
Use the path for the executable file that started the application.
|
| Custom |
If the string specified by CustomLocation is not empty, then use it as the path.
Otherwise, use the path for a user's application data.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|