71 |
72 |
73 |
74 | Class NetDebug
75 |
76 | Static class for defining your own LiteNetLib logger instead of Console.WriteLine
77 | or Debug.Log if compiled with UNITY flag
78 |
79 |
80 |
81 |
Inheritance
82 |
83 |
NetDebug
84 |
85 |
86 | Assembly: LiteNetLib.dll
87 | Syntax
88 |
89 |
public static class NetDebug
90 |
91 | Fields
92 |
93 |
94 |
95 | Logger
96 |
97 |
98 | Declaration
99 |
100 |
public static INetLogger Logger
101 |
102 | Field Value
103 |
104 |
105 |
106 | Type |
107 | Description |
108 |
109 |
110 |
111 |
112 | INetLogger |
113 | |
114 |
115 |
116 |
117 |
118 |