C# Class MiniUDP.NetDebug

Show file Open project: ashoulson/MiniUDP Class Usage Examples

Public Properties

Property Type Description
Logger INetDebugLogger

Private Methods

Method Description
Assert ( bool condition ) : void
Assert ( bool condition, object message ) : void
LogError ( object message ) : void
LogMessage ( object message ) : void
LogWarning ( object message ) : void

Property Details

Logger public static property

public static INetDebugLogger Logger
return INetDebugLogger