DynamoLogger
Constructors
No public constructors defined
Methods
void Log(String message) | stability index:1 |
---|---|
Return Value: none | |
Log a message | |
message | |
void Log(Exception e) | stability index:1 |
---|---|
Return Value: none | |
Log an exception | |
e | |
void Log(String tag,String data) | stability index:1 |
---|---|
Return Value: none | |
Log some data with an associated tag | |
tag | |
data | |
void Dispose(System.Boolean) | stability index:1 |
---|---|
Return Value: none | |
Dispose of the logger and finish logging. |