TideScript is an opensource and permanently free logging software for Java tools built with Java, and Apache Maven.
TideScript tideScript = new TideScript();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");Lightweight and Efficient logging with Encryption and different file types supported such as HTML, Text Ability to create plugins.
No current language port is planned or being worked on.