Package io.carml.util
Class LogUtil
- java.lang.Object
-
- io.carml.util.LogUtil
-
public class LogUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description LogUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringexception(Resource resource)static Stringexception(Resource ancestor, Resource resource)static Stringexception(Collection<? extends Resource> resources)static Stringlog(Resource resource)static Stringlog(Resource ancestor, Resource resource)static Stringlog(Collection<? extends Resource> resources)
-
-
-
Method Detail
-
log
public static String log(Collection<? extends Resource> resources)
-
exception
public static String exception(Collection<? extends Resource> resources)
-
-