Event LogCallback
An event that clients can subscribe to in order to receive log messages. The callback receives the log level and the message.
public static event Action<Runtime.LMKitLogLevel, string> LogCallback
Returns
- Action<Runtime.LMKitLogLevel, string>
- An event that clients can subscribe to in order to receive log messages. The callback receives the log level and the message.