Class WebConsoleMessage
Definition
- Assembly:
- Tizen.NUI.dll
It is a class for console message of web view.
public class WebConsoleMessage : Disposable
- Inheritance
Properties
View SourceLevel
Queries the log severity of the console message.
Declaration
public WebConsoleMessage.SeverityLevel Level { get; }
Property Value
| Type | Description |
|---|---|
| WebConsoleMessage.SeverityLevel |
Line
Queries line no of the console message.
Declaration
public uint Line { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Source
Queries the source of the console message.
Declaration
public string Source { get; }
Property Value
| Type | Description |
|---|---|
| string |
Text
Queries the text of console message.
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceReleaseSwigCPtr(HandleRef)
Declaration
protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.InteropServices.HandleRef | swigCPtr |