RiptideLogger Class
Namespace: Riptide.Utils
Assembly: RiptideNetworking.dll
Provides functionality for logging messages.
public class RiptideLogger
Inherited Members
Properties
IsDebugLoggingEnabled | Whether or not Debug messages will be logged. |
IsErrorLoggingEnabled | Whether or not Error messages will be logged. |
IsInfoLoggingEnabled | Whether or not Info messages will be logged. |
IsWarningLoggingEnabled | Whether or not Warning messages will be logged. |
Methods
DisableLoggingFor(LogType) | Disables logging for messages of the given LogType. |
EnableLoggingFor(LogType, LogMethod) | Enables logging for messages of the given LogType. |
Initialize(LogMethod, LogMethod, LogMethod, LogMethod, bool, string) | Initializes RiptideLogger with the supplied log methods. |
Initialize(LogMethod, bool, string) | Initializes RiptideLogger with all log types enabled. |
Log(LogType, string) | Logs a message. |
Log(LogType, string, string) | Logs a message. |