mrm-commerce / optaros-traceview

TraceView profiling for Magento
Open Software License 3.0
2 stars 1 forks source link

oboe_log() call signature change #1

Open rsalmond opened 10 years ago

rsalmond commented 10 years ago

A small update to the php-oboe module now encourages a layer name and an event type prior to adding array data.

Latest docs. Current call signature.

At the moment this will log warnings and proceed with sending trace data but support may be dropped in future releases.

 /app/code/community/Optaros/TraceView/Model/Observer.php on line 45 2014-01-20T03:11:58+00:00 ERR (3): Deprecated functionality: oboe_log(): This function signature is deprecated, please use oboe_log(string layer, string label[, mixed info = null, mixed backtrace = null, mixed edge = null])
opepin commented 10 years ago

good catch. We will address that.