  | PublisherLoggerWarn Method  | 
 [This is preliminary documentation and is subject to change.]
            the level of log is Warn
            
 
    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 Warn(
	string msg,
	string source = "publisher"
)
Parameters
- msg
 - Type: SystemString
message to log - source (Optional)
 - Type: SystemString
Where the message comes from 
See Also