RiptideLogger.EnableLoggingFor Method
Namespace: Riptide.Utils
Assembly: RiptideNetworking.dll
EnableLoggingFor(LogType, LogMethod)
Enables logging for messages of the given LogType.
public static void EnableLoggingFor(LogType logType, RiptideLogger.LogMethod logMethod)
Parameters
LogType | logType |
The type of message to enable logging for. |
RiptideLogger.LogMethod | logMethod |
The method to use when logging this type of message. |