Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.46 KB

File metadata and controls

44 lines (39 loc) · 1.46 KB

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