| Interface | Description | 
|---|---|
| LogSystem | Plugin in interface for the logging of Slick | 
| ResourceLocation | A location from which resources can be loaded | 
| Class | Description | 
|---|---|
| ClasspathLocation | A resource location that searches the classpath | 
| DefaultLogSystem | The default implementation that just spits the messages out to stdout | 
| FileSystemLocation | A resource loading location that searches somewhere on the classpath | 
| Log | A simple central logging system | 
| MaskUtil | A utility to provide full screen masking | 
| ResourceLoader | A simple wrapper around resource loading should anyone decide to change
 their minds how this is meant to work in the future. |