Class NetworkLog
Helper class for logging
Inherited Members
Namespace: Unity.Netcode
Assembly: solution.dll
Syntax
public static class NetworkLog
Properties
| Name | Description |
|---|---|
| CurrentLogLevel | Gets the current log level. |
Methods
| Name | Description |
|---|---|
| LogError(string) | Locally logs a error log with Netcode prefixing. |
| LogErrorServer(string) | Logs an error log locally and on the server if possible. |
| LogInfo(string) | Locally logs a info log with Netcode prefixing. |
| LogInfoServer(string) | Logs an info log locally and on the server if possible. |
| LogWarning(string) | Locally logs a warning log with Netcode prefixing. |
| LogWarningServer(string) | Logs a warning log locally and on the server if possible. |