Skip to content

Crow.DebugLogger.DbgEvent

Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

namespace: Crow.DebugLogger

Inheritance Hierarchy

Syntax

public class DbgEvent : DbgEventSource

Constructors

prototype description
DbgEvent () __
DbgEvent (long timeStamp, DbgEvtType evt, string message=null) __

Properties

name description
BeginMS __
Category __
Color __
Duration __
DurationMS __
EndMS __
HasChildEvents __
HasMessage __
IsLayoutEvent __
IsWidgetEvent __

Methods

prototype description
void AddEvent(DbgEvent evt) __
DbgEvent Parse(string str) __
string Print() __
string ToString() __

Events

name description
Clone this wiki locally