logging library
Simple file-based logging and error reporting
Functions
-
getLogFilePath(
) → String - Get log file path
-
initLogging(
) → void - Initialize logging
-
logDebug(
Object error, StackTrace? stack, String? library) → void - Log a debug message to file
-
logError(
Object error, StackTrace? stack, String? library) → void - Log an error to file and send to webhook if analytics are enabled
-
logInfo(
String msg) → void - Log a message to file
-
uploadLog(
) → void - Manually trigger upload of log file