5 references to LogFileName
Microsoft.VisualBasic.Forms (5)
Microsoft\VisualBasic\Logging\FileLogTraceListener.vb (5)
594
Debug.Assert(Not String.IsNullOrWhiteSpace(Path.GetDirectoryName(
LogFileName
)), "The log directory shouldn't be empty.")
595
Dim fileName As String = Path.GetDirectoryName(
LogFileName
)
667
Dim baseStreamName As String = Path.GetFullPath($"{
LogFileName
}{FILE_EXTENSION}")
675
fileName = Path.GetFullPath($"{
LogFileName
}{FILE_EXTENSION}")
677
fileName = Path.GetFullPath(FormattableString.Invariant($"{
LogFileName
}-{i}{FILE_EXTENSION}"))