Logger.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 abstract Orleans.Runtime.Logger GetLogger (string loggerName);
abstract member GetLogger : string -> Orleans.Runtime.Logger
Public MustOverride 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