EventSource
Assembly: ServiceStack.Text.dll
View Source
Declaration
public class EventSource
Methods
WriteEvent(Object[])
View Source
Declaration
public void WriteEvent(params object[] unused)
Parameters
Type | Name |
---|---|
System.Object[] | unused |
IsEnabled()
View Source
Declaration
public bool IsEnabled()
Returns
System.Boolean
IsEnabled(EventLevel, EventKeywords)
View Source
Declaration
public bool IsEnabled(EventLevel level, EventKeywords keywords)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ServiceStack.Text.EventLevel | level |
ServiceStack.Text.EventKeywords | keywords |