Class SFInfoPlaceholder

java.lang.Object
com.soulfiremc.shared.SFInfoPlaceholder
All Implemented Interfaces:
org.apache.logging.log4j.core.lookup.StrLookup

public class SFInfoPlaceholder extends Object implements org.apache.logging.log4j.core.lookup.StrLookup
  • Field Summary

    Fields inherited from interface org.apache.logging.log4j.core.lookup.StrLookup

    CATEGORY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
     
    @Nullable String
    lookup(org.apache.logging.log4j.core.LogEvent event, String key)
     
    static void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.logging.log4j.core.lookup.StrLookup

    evaluate, evaluate
  • Constructor Details

    • SFInfoPlaceholder

      public SFInfoPlaceholder()
  • Method Details

    • register

      public static void register()
    • lookup

      public @Nullable String lookup(String key)
      Specified by:
      lookup in interface org.apache.logging.log4j.core.lookup.StrLookup
    • lookup

      public @Nullable String lookup(org.apache.logging.log4j.core.LogEvent event, String key)
      Specified by:
      lookup in interface org.apache.logging.log4j.core.lookup.StrLookup