Click or drag to resize

ILoggerFormatter Method


Namespace: Downloader.Extensions.Logging
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
string Formatter(
	string logType,
	string message,
	Exception exception
)

Parameters

logType  String
 
message  String
 
exception  Exception
 

Return Value

String
See Also