Search Results for

    Show / Hide Table of Contents

    RiptideLogger Class

    Namespace: Riptide.Utils
    Assembly: RiptideNetworking.dll

    Provides functionality for logging messages.

    public class RiptideLogger
    Inheritance
    object
    RiptideLogger
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    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.

    • Improve this Doc
    • View Source
    • Support Riptide
    In This Article
    Back to top Copyright © Tom Weiland 2022
    Made with DocFX