跳转至

YuumixLogger static class⚓︎

Introduction⚓︎

[MultiLanguageComment]
[SeeAlsoLink]
public static class YuumixLogger : System.Object

Description⚓︎

  • Yuumix Odin Toolkits 的日志工具,提供多种封装的 Log 方法
  • The logging tool of Yuumix Odin Toolkits offers a variety of encapsulated Log methods.

Methods⚓︎

方法 注释 Comment
public static void CompleteLog(string message, LogType logType, Type logTagType, Object sender, bool showTimeStamp, string prefix, Color prefixColor, bool useCallerSuffix, string suffix, Color suffixColor, bool writeToFile, string filePath, int lineNumber, string memberName) No Comment
public static void EditorLog(string message, Type logTagType, string prefix, Object sender, bool showTimeStamp, bool writeToFile, string filePath, int lineNumber, string memberName) No Comment
public static void EditorLogError(string message, Type logTagType, string prefix, Object sender, bool showTimeStamp, bool writeToFile, string filePath, int lineNumber, string memberName) No Comment
public static void EditorLogWarning(string message, Type logTagType, string prefix, Object sender, bool showTimeStamp, bool writeToFile, string filePath, int lineNumber, string memberName) No Comment
public static void Log(string message, Type logTagType, string prefix, Object sender, bool showTimeStamp, bool writeToFile, string filePath, int lineNumber, string memberName) No Comment
public static void LogError(string message, Type logTagType, string prefix, Object sender, bool showTimeStamp, bool writeToFile, string filePath, int lineNumber, string memberName) No Comment
public static void LogWarning(string message, Type logTagType, string prefix, Object sender, bool showTimeStamp, bool writeToFile, string filePath, int lineNumber, string memberName) No Comment

Inherited Members⚓︎

成员 注释 声明此方法的类
public virtual bool Equals(Object obj) System.Object
public virtual int GetHashCode() System.Object
public Type GetType() System.Object
public virtual string ToString() System.Object
protected virtual void Finalize() System.Object
protected Object MemberwiseClone() System.Object

Additional Description⚓︎

  • ## Additional Description 是标识符,由 Odin Toolkits 文档生成工具自动生成,请勿修改标题级别和内容。
  • ## Additional Description 之后的内容将不会被覆盖,可以对文档补充说明。