Created
January 1, 2022 22:00
-
-
Save felddy/711fe7a72baa282e52c4e038894df723 to your computer and use it in GitHub Desktop.
foundryvtt_docker patch file that tests out the logging calls
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
log_debug "This is a debug message." | |
log "This is an info message." | |
log_warn "This is a warning message." | |
log_error "This is an error message." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment