Class Logger
Represents a driver Logger
Inheritance
System.Object
Logger
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dse
Assembly: Dse.dll
Syntax
public class Logger
Constructors
Logger(Type)
Declaration
public Logger(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
Methods
Error(Exception)
Declaration
public void Error(Exception ex)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | ex |
Error(String, Exception)
Declaration
public void Error(string message, Exception ex = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | ex |
Error(String, Object[])
Declaration
public void Error(string message, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Object[] | args |
Info(String, Object[])
Declaration
public void Info(string message, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Object[] | args |
Verbose(String, Object[])
Declaration
public void Verbose(string message, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Object[] | args |
Warning(String, Object[])
Declaration
public void Warning(string message, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Object[] | args |