Field LogLevel
Defines the default logging level for the application using the LM-Kit framework.
public static Runtime.LMKitLogLevel LogLevel
Returns
- Runtime.LMKitLogLevel
- Defines the default logging level for the application using the LM-Kit framework.
Remarks
The logging level is set to None by default, which means no log messages will be output. This setting can be adjusted to other levels defined in the Runtime.LMKitLogLevel enum to increase or decrease the verbosity of log messages.