get_core/src/log library
Functions
-
defaultLogWriterCallback(
String value, {bool isError = false}) → void - The default log writer callback used by GetX.
Typedefs
- LogWriterCallback = void Function(String text, {bool isError})
- Signature for a custom log writer function callback.