|
|
|
<h3>The Redirects to find out about what can be modified are Listed below</h3>
|
|
|
|
|
|
|
|
<h4>To change</h4>
|
|
|
|
|
|
|
|
- <h5>the Location of the file Visit [Location](Location)</h5>
|
|
|
|
- <h5>the log Format Visit [Log Format](Log-Format)</h5>
|
|
|
|
- <h5>the log Date Time Format Visit [Log Date Time Format](Log-DateTimeFormat)
|
|
|
|
- <h5>the file Date Time Format Visit [File Date Time Format](File-DateTimeFormat)</h5>
|
|
|
|
|
|
|
|
<h4>Creating a Logger</h4>
|
|
|
|
|
|
|
|
```java
|
|
|
|
LogThem.builder(JavaPlugin)/*Insert Options Here*/.build();
|
|
|
|
```
|
|
|
|
Example:
|
|
|
|
```java
|
|
|
|
LogThem.builder(this).usePathPreset(LogThem.LogThemBuilder.PathPreset.SERVER_FOLDER).build()
|
|
|
|
```
|
|
|
|
If you want to, more Options can be added, by simply, before the <b>'.build()'</b><br>
|
|
|
|
doing <b>'.function(Option)'</b> |
|
|
|
\ No newline at end of file |