RuntimeLoggerSettings Interface
Namespace: NextDesign.Core.Runtime.Host
Description
This class configures log output settings in the CoreRuntime environment.
Method
Name | Description |
---|---|
Apply | Confirms the log output settings and sets the log output content in the NextDesignCoreRuntime environment. Also, if the folder specified by the LogFolder method does not exist, this process creates the folder. |
EnableFileOutput | Returns itself with the log configured to output to a file. The default setting is no output, so if you want to output a log to a file, call this method. |
LogFolder | 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 the output destination with this method. |