Pinned Loading
-
Simple java class to log in text file
Simple java class to log in text file 1public class Logger {
2public static void logThis(String tag, String methodName, String message, Integer line) {
3Log.d(tag, methodName + " " + message + " " + line);
4appendToLogFile(tag, methodName, message, line);
5}
-
.gitignore file for python project
.gitignore file for python project 1# Byte-compiled / optimized / DLL files
2__pycache__/
3*.py[cod]
4*$py.class
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.