Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Class CustomLogger

    Inheritance
    object
    CustomLogger
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Fwt.Core
    Assembly: fwt.core.dll
    Syntax
    public class CustomLogger

    Methods

    Log(string, params object[])

    Declaration
    public static void Log(string message, params object[] args)
    Parameters
    Type Name Description
    string message
    object[] args

    LogError(Exception)

    Declaration
    public static void LogError(Exception ex)
    Parameters
    Type Name Description
    Exception ex

    LogError(string, params object[])

    Declaration
    public static void LogError(string message, params object[] args)
    Parameters
    Type Name Description
    string message
    object[] args

    LogErrorFormat(string, params object[])

    Declaration
    public static void LogErrorFormat(string message, params object[] args)
    Parameters
    Type Name Description
    string message
    object[] args

    LogFormat(string, params object[])

    Declaration
    public static void LogFormat(string message, params object[] args)
    Parameters
    Type Name Description
    string message
    object[] args

    LogWarning(string, params object[])

    Declaration
    public static void LogWarning(string message, params object[] args)
    Parameters
    Type Name Description
    string message
    object[] args

    LogWarningFormat(string, params object[])

    Declaration
    public static void LogWarningFormat(string message, params object[] args)
    Parameters
    Type Name Description
    string message
    object[] args

    Extension Methods

    HashExtensions.GetHashCode_RefType<TValue>(TValue, int)
    HashExtensions.GetHashCode_RefType<TValue>(TValue, int)
    Extensions_UnityObject.SmartDestroy(object)
    Extensions_UnityObject.SmartDestroy(object)
    Extensions_UnityObject.SmartGetComponent<TComponent>(object)
    Extensions_UnityObject.SmartGetComponent<TComponent>(object)
    Extensions_UnityObject.SmartGetGameGameObject(object)
    Extensions_UnityObject.SmartGetGameGameObject(object)
    In this article
    Back to top Generated by DocFX