Package com.prineside.luaj.mapping.parts
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
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Logs a debug message.void
Logs a debug message with the specified exception.void
Logs an error message.void
Logs an error message with the specified exception.void
Logs an info message.void
Logs an info message with the specified exception.Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
debug
Description copied from interface:com.badlogic.gdx.ai.Logger
Logs a debug message.- Specified by:
debug
in interfacecom.badlogic.gdx.ai.Logger
- Parameters:
p1
- used to identify the source of the log message.p2
- the message to log.
-
debug
Description copied from interface:com.badlogic.gdx.ai.Logger
Logs a debug message with the specified exception.- Specified by:
debug
in interfacecom.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
Description copied from interface:com.badlogic.gdx.ai.Logger
Logs an error message.- Specified by:
error
in interfacecom.badlogic.gdx.ai.Logger
- Parameters:
p1
- used to identify the source of the log message.p2
- the message to log.
-
error
Description copied from interface:com.badlogic.gdx.ai.Logger
Logs an error message with the specified exception.- Specified by:
error
in interfacecom.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
Description copied from interface:com.badlogic.gdx.ai.Logger
Logs an info message.- Specified by:
info
in interfacecom.badlogic.gdx.ai.Logger
- Parameters:
p1
- used to identify the source of the log message.p2
- the message to log.
-
info
Description copied from interface:com.badlogic.gdx.ai.Logger
Logs an info message with the specified exception.- Specified by:
info
in interfacecom.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.
-