Skip to main content

RuntimeLoggerSettings.LogFolder Method

Namespace: NextDesign.Core.Runtime.Host

Description

Sets the destination folder when outputting logs to a file and returns itself.

The default log output destination is the same as the NextDesign application.
If you want to specify a different output destination, change it with this method.

Argument

NameTypeDescription
folderPathstringThe absolute path of the log output folder.

Return value