Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Maybe a stupid question about messages generated by LogManager...
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Maybe a stupid question about messages generated by LogManager... (Read 5158 times)
twgray
Multiple posting newcomer
Posts: 30
Maybe a stupid question about messages generated by LogManager...
«
on:
April 19, 2013, 06:03:36 pm »
Where do messages logged by the sdk, as follows:
Manager::Get()->GetLogManager()->Log(F(_("Importing %s: "), filename.wx_str()));
get displayed? I don't see them in the debugger window, so is there another log window I need to open?
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: Maybe a stupid question about messages generated by LogManager...
«
Reply #1 on:
April 19, 2013, 06:09:35 pm »
Yes the "Code::blocks" pane in the "Log & others" window
Logged
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Maybe a stupid question about messages generated by LogManager...