Class LJ_GDX_ai.Logger_D.LIP

java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.Logger_D.LIP
All Implemented Interfaces:
com.badlogic.gdx.ai.Logger, com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
LJ_GDX_ai.Logger_D

public static class LJ_GDX_ai.Logger_D.LIP extends InterfaceProxy implements com.badlogic.gdx.ai.Logger
  • Method Details

    • debug

      public void debug(String p1, String p2)
      Description copied from interface: com.badlogic.gdx.ai.Logger
      Logs a debug message.
      Specified by:
      debug in interface com.badlogic.gdx.ai.Logger
      Parameters:
      p1 - used to identify the source of the log message.
      p2 - the message to log.
    • debug

      public void debug(String p1, String p2, Throwable p3)
      Description copied from interface: com.badlogic.gdx.ai.Logger
      Logs a debug message with the specified exception.
      Specified by:
      debug in interface com.badlogic.gdx.ai.Logger
      Parameters:
      p1 - used to identify the source of the log message.
      p2 - the message to log.
      p3 - the exception to log.
    • error

      public void error(String p1, String p2)
      Description copied from interface: com.badlogic.gdx.ai.Logger
      Logs an error message.
      Specified by:
      error in interface com.badlogic.gdx.ai.Logger
      Parameters:
      p1 - used to identify the source of the log message.
      p2 - the message to log.
    • error

      public void error(String p1, String p2, Throwable p3)
      Description copied from interface: com.badlogic.gdx.ai.Logger
      Logs an error message with the specified exception.
      Specified by:
      error in interface com.badlogic.gdx.ai.Logger
      Parameters:
      p1 - used to identify the source of the log message.
      p2 - the message to log.
      p3 - the exception to log.
    • info

      public void info(String p1, String p2)
      Description copied from interface: com.badlogic.gdx.ai.Logger
      Logs an info message.
      Specified by:
      info in interface com.badlogic.gdx.ai.Logger
      Parameters:
      p1 - used to identify the source of the log message.
      p2 - the message to log.
    • info

      public void info(String p1, String p2, Throwable p3)
      Description copied from interface: com.badlogic.gdx.ai.Logger
      Logs an info message with the specified exception.
      Specified by:
      info in interface com.badlogic.gdx.ai.Logger
      Parameters:
      p1 - used to identify the source of the log message.
      p2 - the message to log.
      p3 - the exception to log.