 | EventManagerLogBehaviourInfo Method |
Logs the passed message.
Namespace: Slash.Unity.Common.LoggingAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic void Info(
string s
)
Public Sub Info (
s As String
)
public:
void Info(
String^ s
)
member Info :
s : string -> unit
Parameters
- s
- Type: SystemString
Message to log.
See Also