Struct Log
Implements
Namespace: QFSW.QC
Assembly: QFSW.QC.dll
Syntax
public struct Log : ILog
Constructors
Log(String, LogType, Boolean)
Declaration
public Log(string text, LogType type = LogType.Log, bool newLine = true)
Parameters
| Type | Name | Description |
|---|---|---|
| String | text | |
| LogType | type | |
| Boolean | newLine |
Properties
NewLine
Declaration
public bool NewLine { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Text
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| String |
Type
Declaration
public LogType Type { get; }
Property Value
| Type | Description |
|---|---|
| LogType |