LogInformation Method |  |
Writing a log entry of information
Namespace:
Velo.Services
Assembly:
Velo.Services (in Velo.Services.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic static void Information(
string pMessage
)
Public Shared Sub Information (
pMessage As String
)
Parameters
- pMessage
- Type: SystemString
Text to log
See Also