public interface ComponentsLogger
ComponentContext
.
See FrameworkLogEvents
for a list of events and parameters
logged internally by litho.Modifier and Type | Method and Description |
---|---|
Set<String> |
getKeyCollisionStackTraceBlacklist()
When a component key collision occurs, filenames that match the names contained in the returned
set will be added to the error stack trace even if they match keywords in the whitelist.
|
Set<String> |
getKeyCollisionStackTraceKeywords()
When a component key collision occurs, filenames that contain keywords contained in the
returned set will be added to the error stack trace.
|
boolean |
isTracing(LogEvent logEvent) |
void |
log(LogEvent event)
Log an event.
|
LogEvent |
newEvent(int eventId)
Create a new event with the given event id.
|
LogEvent |
newPerformanceEvent(int eventId)
Create a new performance event with the given event id and start counting the time.
|
LogEvent newEvent(int eventId)
LogEvent newPerformanceEvent(int eventId)
void log(LogEvent event)
Set<String> getKeyCollisionStackTraceKeywords()
Set<String> getKeyCollisionStackTraceBlacklist()
getKeyCollisionStackTraceKeywords()
boolean isTracing(LogEvent logEvent)