LogRegistration.LogFilePathPrefix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string representing the directory and file prefix that should be logged.
public:
property System::String ^ LogFilePathPrefix { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=2)]
public string? LogFilePathPrefix { get; }
[<System.Runtime.Serialization.DataMember(Order=2)>]
member this.LogFilePathPrefix : string
Public ReadOnly Property LogFilePathPrefix As String
Property Value
- Attributes
Remarks
This will return a string similar to "C:\Users\MyUsername\AppData\Local\Temp\VisualStuidoLogs\VS1294.Microsoft.VisualStudio.DiagnosticsHub.Warehouse". It is intended that the consumer will append their desired file extensions and write to those files.