| PublisherLoggerLogSubscriber Method |
[This is preliminary documentation and is subject to change.]
the Category of log is Subscriber
Namespace:
Ruyi.Layer0
Assembly:
SDK.BaseAsync (in SDK.BaseAsync.dll) Version: 0.9.3.3995
Syntax public static void LogSubscriber(
string msg,
string type,
string source,
string topic,
LogLevel lv = LogLevel.Debug
)
Parameters
- msg
- Type: SystemString
message to log - type
- Type: SystemString
C# type of the message, could use it for reflection purposes - source
- Type: SystemString
Where the message comes from - topic
- Type: SystemString
Alias for MsgTarget - lv (Optional)
- Type: LogLevel
The log level
See Also