  | PublisherLoggerLogPublisher Method  | 
 [This is preliminary documentation and is subject to change.]
            the Category of log is Publisher
            
 
    Namespace: 
   Ruyi.Layer0
    Assembly:
   SDK.Base.nf2.0 (in SDK.Base.nf2.0.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntaxpublic static void LogPublisher(
	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