I am a beginner and using IntelliJ IDEA, and I wanted to log data to the console?
I tried print() and printDebug(), but none of my data were
print()
printDebug()
I used print() in my code and it prints in the Debug Console.