Table of Contents

Delegate SharedLoggerCallback

Namespace
Hi3Helper.Plugin.Core
Assembly
Hi3Helper.Plugin.Core.dll

A delegate to a callback which prints the log from this plugin.

public delegate void SharedLoggerCallback(LogLevel* logLevel, EventId* eventId, char* messageBuffer, int messageLength)

Parameters

logLevel LogLevel*

[In] The LogLevel provided by the plugin.

eventId EventId*

[In] The information EventId provided by the plugin.

messageBuffer char*

[In] The pointer of the message's UTF-16 unsigned string (without null terminator).

messageLength int

[In] The length of the message buffer.