Table of Contents

Event LogCallback

Namespace
LMKit.Global
Assembly
LM-Kit.NET.dll

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.