Table of Contents

Class SBSDKLog

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKLog : NSObject
Inheritance
SBSDKLog

Constructors

SBSDKLog(NSObjectFlag)

protected SBSDKLog(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKLog(NativeHandle)

protected SBSDKLog(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

IsLoggingEnabled

public static bool IsLoggingEnabled { get; set; }

Property Value

bool

Methods

LogError(string)

public static void LogError(string message)

Parameters

message string

LogInfo(string)

public static void LogInfo(string message)

Parameters

message string

LogWarning(string)

public static void LogWarning(string message)

Parameters

message string