Method | Description | |
---|---|---|
Dispose ( ) : void |
Releases all resources used by the current instance of the S101Logger class.
|
|
LogData ( string type, string direction, byte buffer, int index, int count ) : |
||
LogEvent ( string eventName ) : |
||
LogEvent ( string eventName, string data ) : |
||
LogException ( string direction, |
||
LogMessage ( string direction, |
||
S101Logger ( EmberTypeBag types, |
Initializes a new instance of the S101Logger class by calling
|
|
S101Logger ( EmberTypeBag types, |
Initializes a new instance of the S101Logger class.
|
|
S101Logger ( EmberTypeBag types, |
Initializes a new instance of the S101Logger class.
|
|
S101Logger ( IEmberConverter converter, |
Initializes a new instance of the S101Logger class.
|
Method | Description | |
---|---|---|
LogMessage ( System.DateTime timeUtc, string direction, |
||
ValidateLogWriter ( |
||
WriteEndEvent ( ) : void | ||
WriteStartEvent ( string type ) : System.DateTime | ||
WriteStartEvent ( string type, System.DateTime timeUtc ) : void |
public LogData ( string type, string direction, byte buffer, int index, int count ) : |
||
type | string | |
direction | string | |
buffer | byte | |
index | int | |
count | int | |
return |
public LogEvent ( string eventName ) : |
||
eventName | string | |
return |
public LogEvent ( string eventName, string data ) : |
||
eventName | string | |
data | string | |
return |
public LogException ( string direction, |
||
direction | string | |
exception | ||
return |
public LogMessage ( string direction, |
||
direction | string | |
message | ||
payload | byte | |
return |
public S101Logger ( EmberTypeBag types, |
||
types | EmberTypeBag | |
logWriter | ||
return | System |
public S101Logger ( EmberTypeBag types, |
||
types | EmberTypeBag | The types to pass to the internal |
logWriter | The |
|
settings | The settings to create the internal |
|
return | System |
public S101Logger ( EmberTypeBag types, |
||
types | EmberTypeBag | The types to pass to the internal |
xmlLogWriter | The |
|
return | System |
public S101Logger ( IEmberConverter converter, |
||
converter | IEmberConverter | The converter to use to convert the payload to XML. |
xmlLogWriter | The |
|
return | System |