Click or drag to resize

LoggerInstance Method (String)

An LogWriter instance that exposes a single instance

Namespace:  Koden.Utils.Logger
Assembly:  Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Logger Instance(
	string logFileName = ""
)

Parameters

logFileName (Optional)
Type: SystemString
Name of the log file set programaticaly.

Return Value

Type: Logger

[Missing <returns> documentation for "M:Koden.Utils.Logger.Logger.Instance(System.String)"]

Exceptions
ExceptionCondition
ExceptionNo config section found for KodenGroup/Logger!
ExceptionNo config section found for KodenGroup/Logger!
See Also