Class DumpExtensionMethods
Inheritance
System.Object
DumpExtensionMethods
Namespace: Log73.ExtensionMethod
Assembly: Log73.dll
Syntax
public static class DumpExtensionMethods : object
Methods
| Improve this Doc View SourceDump(Object)
Logs the object to console using the LogType specified in
Declaration
public static void Dump(this object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
DumpDebug(Object)
Logs the object to console using the Debug MessageType.
Declaration
public static void DumpDebug(this object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
DumpError(Object)
Logs the object to console using the Error MessageType.
Declaration
public static void DumpError(this object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
DumpInfo(Object)
Logs the object to console using the Info MessageType.
Declaration
public static void DumpInfo(this object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
DumpTask(Task, String)
Declaration
public static void DumpTask(this Task task, string name)
Parameters
Type | Name | Description |
---|---|---|
Task | task | |
System.String | name |
DumpWarn(Object)
Logs the object to console using the Warn MessageType.
Declaration
public static void DumpWarn(this object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |