Class NetworkLog
Helper class for logging
Inherited Members
Namespace: MLAPI.Logging
Assembly: Unity.Multiplayer.MLAPI.Runtime.dll
Syntax
public static class NetworkLog
Methods
LogErrorServer(string)
Logs an error log locally and on the server if possible.
Declaration
public static void LogErrorServer(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message to log |
LogInfoServer(string)
Logs an info log locally and on the server if possible.
Declaration
public static void LogInfoServer(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message to log |
LogWarningServer(string)
Logs a warning log locally and on the server if possible.
Declaration
public static void LogWarningServer(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message to log |