trace abstract method

void trace(
  1. String category,
  2. String message
)

Log a trace message. @param category The trace category. @param message The trace message to log.

Implementation

void trace(String category, String message);