Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;

public class Main {
    /**
     * <p>Convenient method to write all objects to log file with client tag.</p>
     *
     * @param data Array of objects to write.
     */
    public static void writeLog(Object... data) {
        throw new IllegalAccessError();
    }
}