YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
cpw.mods.fml.common.FMLLog Class Reference

Static Public Member Functions

static void log (String logChannel, Level level, String format, Object...data)
 
static void log (Level level, String format, Object...data)
 
static void log (String logChannel, Level level, Throwable ex, String format, Object...data)
 
static void log (Level level, Throwable ex, String format, Object...data)
 
static void severe (String format, Object...data)
 
static void warning (String format, Object...data)
 
static void info (String format, Object...data)
 
static void fine (String format, Object...data)
 
static void finer (String format, Object...data)
 
static void finest (String format, Object...data)
 
static Logger getLogger ()
 
static void makeLog (String logChannel)
 

Member Function Documentation

static void cpw.mods.fml.common.FMLLog.fine ( String  format,
Object...  data 
)
static
static void cpw.mods.fml.common.FMLLog.finer ( String  format,
Object...  data 
)
static
static void cpw.mods.fml.common.FMLLog.finest ( String  format,
Object...  data 
)
static
static Logger cpw.mods.fml.common.FMLLog.getLogger ( )
static
static void cpw.mods.fml.common.FMLLog.info ( String  format,
Object...  data 
)
static
static void cpw.mods.fml.common.FMLLog.log ( String  logChannel,
Level  level,
String  format,
Object...  data 
)
static
static void cpw.mods.fml.common.FMLLog.log ( Level  level,
String  format,
Object...  data 
)
static
static void cpw.mods.fml.common.FMLLog.log ( String  logChannel,
Level  level,
Throwable  ex,
String  format,
Object...  data 
)
static
static void cpw.mods.fml.common.FMLLog.log ( Level  level,
Throwable  ex,
String  format,
Object...  data 
)
static
static void cpw.mods.fml.common.FMLLog.makeLog ( String  logChannel)
static
static void cpw.mods.fml.common.FMLLog.severe ( String  format,
Object...  data 
)
static
static void cpw.mods.fml.common.FMLLog.warning ( String  format,
Object...  data 
)
static

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