NoOpTestLogger.GetLogger(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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