Table of Contents

Method RegisterLogAction

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RegisterLogAction(string, Action)

Registers log action which will be shown in the Developer Tools window.

public static void RegisterLogAction(string name, Action action)

Parameters

name string

Action name.

action Action

Action.