Skip to content

ofLog() padding error #4482

@K0j0

Description

@K0j0

I'm not sure when this changed but it doesn't look like I can call ofLog() like this anymore
ofLog() << "Some stuff";
This doesn't compile either
ofLog(ofLogLevel::OF_LOG_NOTICE) << "Log me.";

Whenever I do I get an error about ofLog::padding not being defined. It's a static variable and I don't see a way to initialize it before the operator<< without making a ton of changes. Has the old logging functionality been changed or removed?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions