All Projects → vkostyukov → logy

vkostyukov / logy

Licence: Apache-2.0 license
DSL-like Java logging library

Programming Languages

java
68154 projects - #9 most used programming language

Logy - is a DSL-based Java logging library

Usage:

import static logy.Logy.*;

public class Test {
  public void test() {
		String a[] = {"aaaa", "bbbbb"};
		info("Can't find", quote(upper("test")), "in array", quote(array(a)));
	}
}

will print:

Can't find "TEST" in array [aaaa, bbbbb]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].