Stack Trace Inspectors

Introduction

Something here.

Available Classes

Class Purpose
FilterBacktrace find the first stack trace entry, filtering out given classes and namespaces
GetCaller work out who has called a piece of code
StackFrame value object, holds details of a single stack frame

Available Functions

Function Purpose
get_caller() work out who has called you
get_caller_from_trace() work out who has called a piece of code, from an existing stack trace