Click or drag to resize

LoggerBaseLogWarning Method (String)

Writes a warning message to the log using specified message.

Namespace:  Atalasoft.Shared.Diagnostics
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void LogWarning(
	string message
)

Parameters

message
Type: SystemString
The informative message to write.
See Also