Click or drag to resize

LogUse Method

[Missing <summary> documentation for "M:Casewhere.Infrastructure.Logging.Log.Use(Casewhere.Infrastructure.Logging.ILogger,System.String)"]


Namespace: Casewhere.Infrastructure.Logging
Assembly: Casewhere.Infrastructure.Logging (in Casewhere.Infrastructure.Logging.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void Use(
	ILogger logger,
	string appName = ""
)

Parameters

logger  ILogger
 
appName  String  (Optional)
 
See Also