utils/logger
library
Functions
-
logCreate(String message)
→ void
-
Prints a "Creating
path" log line to stdout.
-
logError(String message)
→ void
-
Prints an error
message to stdout.
-
logInfo(String message)
→ void
-
Prints an informational
message to stdout.
-
logSuccess(String message)
→ void
-
Prints a success
message to stdout.