forgotten-tones / vcv

Resources for VCV Rack
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

Create a custom plog formatter #27

Closed oubiwann closed 1 year ago

oubiwann commented 1 year ago

Tasks:

Notes:

These are the getters for the log record:

    virtual const util::Time& getTime() const;
    virtual Severity getSeverity() const;
    virtual unsigned int getTid() const;
    virtual const void* getObject() const;
    virtual size_t getLine() const;
    virtual const util::nchar* getMessage() const;
    virtual const char* getFunc() const;
    virtual const char* getFile() const;
    virtual int getInstanceId() const;

Resources:

Depends on:

oubiwann commented 1 year ago

Let's use the same colouring as the Rust lib, twyg: image

oubiwann commented 1 year ago

C++ success:

image