Skip to main content

Class AddToLoggerConfigAttribute

Declaration
[AttributeUsage(AttributeTargets.Field)]
public class AddToLoggerConfigAttribute : Attribute

Inheritance: System.Object -> System.Attribute

Properties

Name

Declaration
public string Name { get; }

LoggerSettings

Declaration
public LoggerSettings LoggerSettings { get; }

Extension Methods

  • System.Object.MatchinghamGames.Utilities.Extensions.Debug(System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.Debug(UnityEngine.Object,System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.DebugFormat(UnityEngine.Object,System.String,System.Object[])
  • System.Object.MatchinghamGames.Utilities.Extensions.Error(System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.Error(UnityEngine.Object,System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.Fatal(System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.Info(System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.Info(UnityEngine.Object,System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.InfoFormat(UnityEngine.Object,System.String,System.Object[])
  • System.Object.MatchinghamGames.Utilities.Extensions.Warn(System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.Warn(UnityEngine.Object,System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.WarnFormat(UnityEngine.Object,System.String,System.Object[])