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

Public Member Functions

Logger getLogger ()
 

Static Public Member Functions

static void loadLogConfiguration (File logConfigFile)
 
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 void makeLog (String logChannel)
 

Static Public Attributes

static FMLRelaunchLog log = new FMLRelaunchLog()
 

Member Function Documentation

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

Member Data Documentation

FMLRelaunchLog cpw.mods.fml.relauncher.FMLRelaunchLog.log = new FMLRelaunchLog()
static

Our special logger for logging issues to. We copy various assets from the Minecraft logger to achieve a similar appearance.


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