Logging: Log product and time at construction
This commit is contained in:
@@ -250,6 +250,9 @@ Public Class LogConfig
|
||||
LogDirectory = _basePath
|
||||
LogFile = GetCurrentLogFilePath()
|
||||
|
||||
Dim oLogger = GetLogger()
|
||||
oLogger.Info("Logging started for [{0}{1}] in [{2}]", oProductName, logFileSuffix, LogFile)
|
||||
|
||||
' Clear old Logfiles as defined in `FileKeepInterval`
|
||||
ClearOldLogfiles(FileKeepRangeInDays)
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user