Posted February 11, 20187 yr Good evening, Has anyone achieved to log their mod log messages into IntelliJ default Console when running/debugging Minecraft Client/Server ? My log messages are well written into the fml-client-latest.log file and I can create a new IntelliJ Log channel to display my log messages but I would like them to be into the default console. public static final Logger logger = LogManager.getLogger(Questly.MODID); Can anyone help me on this one ? Thanks for you help ! Edited February 11, 20187 yr by Major Squirrel Squirrel ! Squirrel ! Squirrel !
February 11, 20187 yr Clarify, do you want your messages in the console to look like this: [15:15:22] [main/INFO] [Fine Technology]: A message from mod logger or something else?
February 11, 20187 yr Author 53 minutes ago, Alexiy said: Clarify, do you want your messages in the console to look like this: [15:15:22] [main/INFO] [Fine Technology]: A message from mod logger or something else? It is already displayed so : [11:58:59] [main/DEBUG] [FML/]: Overriding dimension: using 0 [11:59:04] [main/DEBUG] [questly/]: QuestBlock has received a right-click ! (This is the content from fml-client-latest.log) Normally, a log message is displayed into the default IntelliJ Console window but for some reason it doesn't happen. (The Console window is the default one from IntelliJ, the "fml-client-latest" one has been created by me, from the fml-client-latest.log file) Contents from each console is different : I don't understand what is going on, to be honest. Why are my log messages not displayed into the default Console ? Squirrel ! Squirrel ! Squirrel !
February 11, 20187 yr Author [SOLVED] Okay my bad, I just found out that debug messages aren't displayed in the default Console. Higher levels (such as info) are displayed correctly ! Squirrel ! Squirrel ! Squirrel !
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.