azmisahin-software-global-component-Tracking-java

The code architecture allows a simple method to be monitored.

View the Project on GitHub

Logo

Tracking

The code architecture allows a simple method to be monitored.

How it was done?

Install

You must first set up

Usage

App.java

import com.azmisahin.*;

/**
 * Console Application
 */
class App{

    /**
     * Application Start
     * @param args Arguments
     */
    public static void main(String[] args){
        Trace.Debug("This Debug Message");
        Trace.Info("This Info Message");
        Trace.Warning("This Warning Message");
        Trace.Error("This Error Message");
    }
}

Output

Trace Console Screen