ILogger.Warn Method (Object, Exception)

TegoOS

ILoggerWarn Method (Object, Exception)
Logs warning message and exception

Namespace: Tego.Logging
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
void Warn(
	Object message,
	Exception exception
)
Sub Warn ( 
	message As Object,
	exception As Exception
)
void Warn(
	Object^ message, 
	Exception^ exception
)
abstract Warn : 
        message : Object * 
        exception : Exception -> unit 

Parameters

message
Type: SystemObject
message
exception
Type: SystemException
exception
See Also