Show / Hide Table of Contents

Class Log

Inheritance
Object
Log
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Unity.UNetWeaver
Assembly: Unity.UNetWeaver.dll
Syntax
public static class Log

Fields

| Improve this Doc View Source

ErrorMethod

Declaration
public static Action<string> ErrorMethod
Field Value
Type Description
Action<String>
| Improve this Doc View Source

WarningMethod

Declaration
public static Action<string> WarningMethod
Field Value
Type Description
Action<String>

Methods

| Improve this Doc View Source

Error(String)

Declaration
public static void Error(string msg)
Parameters
Type Name Description
String msg
| Improve this Doc View Source

Warning(String)

Declaration
public static void Warning(string msg)
Parameters
Type Name Description
String msg
  • Improve this Doc
  • View Source
Back to top Generated by DocFX