Uses of Class
br.com.objectos.logging.Event0
-
-
Uses of Event0 in br.com.objectos.logging
Methods in br.com.objectos.logging that return Event0 Modifier and Type Method Description static Event0Events. debug(Class<?> source, String key)Creates a new DEBUG log event.static Event0Events. error(Class<?> source, String key)Creates a new ERROR log event.static Event0Events. info(Class<?> source, String key)Creates a new INFO log event.static Event0Events. trace(Class<?> source, String key)Creates a new TRACE log event.static Event0Events. warn(Class<?> source, String key)Creates a new WARN log event.Methods in br.com.objectos.logging with parameters of type Event0 Modifier and Type Method Description voidLogger. log(Event0 event)Logs the given event that takes no argument.voidNoopLogger. log(Event0 event)Does nothing, this is a no-op logger.
-