Class Environment.Log.Debug
Class with methods to write messages directly to the log file. In headless mode the message will not appear in the console window. In "normal" mode the message will not appear in the log window.
Inheritance
System.Object
Environment.Log.Debug
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
public static class Debug
Methods
Write(Exception)
Writes the exception message to the active debug log file.
Declaration
public static void Write(Exception exception)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | exception | Exception to log |
Write(String)
Writes the message to the active debug log file.
Declaration
public static void Write(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Message to log |