Class Log
Inheritance
System.Object
Log
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: Unity.UNetWeaver
Syntax
public static class Log
Fields
ErrorMethod
Declaration
public static Action<string> ErrorMethod
Field Value
| Type | Description |
|---|---|
| System.Action<System.String> |
WarningMethod
Declaration
public static Action<string> WarningMethod
Field Value
| Type | Description |
|---|---|
| System.Action<System.String> |
Methods
Error(String)
Declaration
public static void Error(string msg)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | msg |
Warning(String)
Declaration
public static void Warning(string msg)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | msg |