Class Output.Log
Inheritance
System.Object
Output.Log
Namespace: AutoCheck.Core
Assembly: AutoCheck.Core.dll
Syntax
public class Log : object
Constructors
| Improve this Doc View SourceLog()
Declaration
public Log()
Methods
| Improve this Doc View SourceToJson()
Returns the log content as a json string
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String |
ToText()
Returns the log content as a text plain string
Declaration
public string ToText()
Returns
Type | Description |
---|---|
System.String |
Extension Methods
ObjectExtensions.DeepClone<T>(T)