Method CreateUsingKnownId
CreateUsingKnownId(uint)
Method to create a LoggerHandle from a long. Use this method only if you cannot use LoggerHandle for some reason and must use the long
Declaration
public static LoggerHandle CreateUsingKnownId(uint knownId)
Parameters
Type | Name | Description |
---|---|---|
uint | knownId | Id that was taken from some LoggerHandle.Value, don't pass other longs |
Returns
Type | Description |
---|---|
LoggerHandle | LoggerHandle that uses the id that was provided. |