Table of Contents

Enum SapLogLevel

Namespace
SapGui.Wrapper
Assembly
SapGui.Wrapper.dll

Severity levels for SapLogAction delegates. These mirror LogLevel so that custom delegates can map them to any logging framework without importing Microsoft.Extensions.Logging in the consuming project.

public enum SapLogLevel

Fields

Debug = 0

Detailed diagnostic information, e.g. every FindById call.

Error = 3

An error has occurred and will propagate to the caller.

Information = 1

Normal operational events, e.g. session open/close and transaction changes.

Warning = 2

Something unexpected but recoverable, e.g. popup detected or retry attempt.