Skip to main content

RuntimeLoggerSettings.Apply Method

Namespace: NextDesign.Core.Runtime.Host

Description

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.

Return value

  • void

Exceptions

NameException ClassDescription
Invalid OperationExtensionInvalidOperationExceptionIf the specified log output folder is invalid:
- Empty string, null, or path contains invalid characters;
- Insufficient access rights when creating the folder, etc.