A typedef representing a callback function for writing logs, typically used in the context of GetX.
typedef LogWriterCallback = void Function(String text, {bool isError});