Class Log
Static class to log messages and errors
Inheritance
System.Object
Log
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: Engine.Logging
Assembly: Engine.Logging.dll
Syntax
public static class Log
Methods
LogError(String)
Logs an error to console
Declaration
public static void LogError(string error)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | error | The error message. |
LogMsg(String)
Logs a message to console
Declaration
public static void LogMsg(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | The message. |