Author Topic: Logger  (Read 3082 times)

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Logger
« on: June 10, 2011, 11:02:59 pm »
Can I anyhow turn off messages "Pre-warming done!"?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Logger
« Reply #1 on: June 10, 2011, 11:18:11 pm »
What's the problem with that particular message? You can set the log level to warning or error and it will go away...as well as all the other outputs of level "message".

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Re: Logger
« Reply #2 on: June 10, 2011, 11:25:11 pm »
it's interesting see hundreds "Pre-warming done!" during the loading...  ;D

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Logger
« Reply #3 on: June 16, 2011, 07:00:15 am »
What are you doing to trigger this at load time?

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Re: Logger
« Reply #4 on: June 16, 2011, 02:42:34 pm »
I don't know what "Pre-warming done!" is...

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Logger
« Reply #5 on: June 16, 2011, 02:58:51 pm »
It happens when you call TextureManager.preWarm();...are you doing this?

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Re: Logger
« Reply #6 on: June 16, 2011, 04:15:54 pm »
Oh, I had this on every frame when game is loading, thanks