Show / Hide Table of Contents

Class DumpExtensionMethods

Inheritance
System.Object
DumpExtensionMethods
Namespace: Log73.ExtensionMethod
Assembly: Log73.dll
Syntax
public static class DumpExtensionMethods : object

Methods

| Improve this Doc View Source

Dump(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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

DumpTask(Task, String)

Declaration
public static void DumpTask(this Task task, string name)
Parameters
Type Name Description
Task task
System.String name
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX