Edit

Share via


NoOpTestLogger.GetLogger(String) Method

Definition

Find existing or create new Logger with the specified name

public override Orleans.Runtime.Logger GetLogger (string loggerName);
override this.GetLogger : string -> Orleans.Runtime.Logger
Public Overrides Function GetLogger (loggerName As String) As Logger

Parameters

loggerName
String

Name of the Logger to find or create

Returns

Logger associated with the specified name

Applies to