log

public abstract void log(LogData data)

Outputs the log statement represented by the given LogData instance.

Parameters

data

user and logger supplied data to be rendered in a backend specific way. References to data must not be held after the log invocation returns.