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
- 
Method Summary
Modifier and TypeMethodDescriptionvoidLogs a debug message.voidLogs a debug message with the specified exception.voidLogs an error message.voidLogs an error message with the specified exception.voidLogs an info message.voidLogs 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.LoggerLogs a debug message.- Specified by:
 debugin 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.LoggerLogs a debug message with the specified exception.- Specified by:
 debugin 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.LoggerLogs an error message.- Specified by:
 errorin 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.LoggerLogs an error message with the specified exception.- Specified by:
 errorin 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.LoggerLogs an info message.- Specified by:
 infoin 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.LoggerLogs an info message with the specified exception.- Specified by:
 infoin 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.
 
 -