public class Logger
extends java.lang.Object
                | Modifier and Type | Class and Description | 
|---|---|
static class  | 
                                Logger.LogLevel 
                                 | 
                            
| Constructor and Description | 
|---|
Logger() 
                                 | 
                            
| Modifier and Type | Method and Description | 
|---|---|
static void | 
                                add(Logger.LogLevel level,
                                    java.lang.String string)  | 
                            
static void | 
                                setup(java.io.File file) 
                                 | 
                            
static void | 
                                write() 
                                 | 
                            
public static void setup(java.io.File file)
public static void write()
                  throws java.io.IOException
                                java.io.IOExceptionpublic static void add(Logger.LogLevel level, java.lang.String string)