message property

String message
final

The main content of the log message.

This should be a human-readable description of the event being logged. For consistency, it's recommended to:

  • Start with a capital letter
  • End without a period
  • Be concise but descriptive

Implementation

final String message;