ILoggingServiceWarn(Object, Exception) Method |
Writes a warning message together with an exception.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid Warn(
Object message,
Exception exception
)
Parameters
- message Object
- The message to log.
- exception Exception
- The related exception.
See Also