Code Monkey home page Code Monkey logo

systensor's Introduction

SysTensor

Jenkins

SysTensor is an opensource Java dependency that helps you in your projects with logging and debugging.

Install

Maven:

    <repositories>
        <repository>
            <id>SysTensor</id>
            <url>https://repo.rgb-cloud.net/repository/SysTensor/</url>
        </repository>
    </repositories>
    <dependencies>
        <dependency>
            <groupId>de.donkaos</groupId>
            <artifactId>SysTensor</artifactId>
            <version>1.3.3</version>
        </dependency>
    </dependencies>

Features

Logging

// Settings
Sys.setPrefix("SYS");   // Default is "SYS"
Sys.useColors(true);    // Default is true
// Logging
Sys.log("test");        // ==> "[09:31:53] [SYS] [LOG] Test"
Sys.success("Test");    // ==> "[09:34:14] [SYS] [SUCCESS] TEST"
Sys.info("Test");       // ==> "[09:34:14] [SYS] [INFO] Test"
Sys.init("Test");       // ==> "[09:34:14] [SYS] [INIT] Test"
Sys.warn("Test");       // ==> "[09:34:14] [SYS] [WARN] Test"
Sys.error("Test");      // ==> "[09:34:14] [SYS] [ERROR] Test"

Debugging

// Settting
Sys.setDebugging(false);     // Default is false
// Usage
Sys.debug("Test");           // ==> "[09:38:24] [SYS] [DEBUG] Test"

Wait/Timers

// Usage
Sys.wait.hours(1);
Sys.wait.seconds(1);
Sys.wait.milliSec(1);
Sys.wait.nanoSec(1);

Mysql

Config

systensor's People

Contributors

donkaos501 avatar rusticprism avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.