Skip to content

Tide-Studios/TideScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TideScript

TideScript is an opensource and permanently free logging software for Java tools built with Java, and Apache Maven.

This project is under heavy development, many features may not have solid documentation

Basic Setup

TideScript tideScript = new TideScript();

Basic Logging Functions

This is an example of all the tidescript logging functions.

  Logger logger = new Logger("Console");
  logger.trace("TideScript says trace");
  logger.info("TideScript says info");
  logger.warn("TideScript says warn");
  logger.error("TideScript says error");
  logger.critical("TideScript says critical");

Features

Lightweight and Efficient logging with Encryption and different file types supported such as HTML, Text Ability to create plugins.

Docs

Language Ports

No current language port is planned or being worked on.

Project Development

https://trello.com/b/04zdzF1K/tidescript

About

TideScript - Logging software

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages