Class Log
Namespace: Global Namespace
Syntax
public class Log
Constructors
Log(Boolean, String, LogType)
Declaration
public Log(bool isSelected, string info, LogType type)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | isSelected | |
| String | info | |
| LogType | type |
Fields
info
Declaration
public string info
Field Value
| Type | Description |
|---|---|
| String |
isSelected
Declaration
public bool isSelected
Field Value
| Type | Description |
|---|---|
| Boolean |
type
Declaration
public LogType type
Field Value
| Type | Description |
|---|---|
| LogType |