Class NetworkLog
Helper class for logging
Inherited Members
Namespace: Unity.Netcode
Assembly: solution.dll
Syntax
public static class NetworkLog
Properties
Name | Description |
---|---|
Current |
Gets the current log level. |
Methods
Name | Description |
---|---|
Log |
Locally logs a error log with Netcode prefixing. |
Log |
Logs an error log locally and on the server if possible. |
Log |
Locally logs a info log with Netcode prefixing. |
Log |
Logs an info log locally and on the server if possible. |
Log |
Locally logs a warning log with Netcode prefixing. |
Log |
Logs a warning log locally and on the server if possible. |