Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L LogThem
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Joseph Perthold
  • LogThem
  • Wiki
  • Home

Home · Changes

Page history
Create home authored Aug 14, 2024 by Joseph Perthold's avatar Joseph Perthold
Hide whitespace changes
Inline Side-by-side
home.md 0 → 100644
View page @ 8f861978
<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
Clone repository
  • File DateTimeFormat
  • Location
  • Log DateTimeFormat
  • Log Format
  • _sidebar
  • Home