YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.logging.ILogAgent Interface Reference
Inheritance diagram for net.minecraft.logging.ILogAgent:
net.minecraft.logging.LogAgent

Public Member Functions

void logInfo (String s)
 
Logger getServerLogger ()
 
void logWarning (String s)
 
void logWarningFormatted (String s, Object...var2)
 
void logWarningException (String s, Throwable throwable)
 
void logSevere (String s)
 
void logSevereException (String s, Throwable throwable)
 
void logFine (String s)
 

Member Function Documentation

Logger net.minecraft.logging.ILogAgent.getServerLogger ( )
void net.minecraft.logging.ILogAgent.logFine ( String  s)
void net.minecraft.logging.ILogAgent.logInfo ( String  s)
void net.minecraft.logging.ILogAgent.logSevere ( String  s)
void net.minecraft.logging.ILogAgent.logSevereException ( String  s,
Throwable  throwable 
)
void net.minecraft.logging.ILogAgent.logWarning ( String  s)
void net.minecraft.logging.ILogAgent.logWarningException ( String  s,
Throwable  throwable 
)
void net.minecraft.logging.ILogAgent.logWarningFormatted ( String  s,
Object...  var2 
)

The documentation for this interface was generated from the following file: