| ILoggerFactoryAdapterShutdown Method |
[This is preliminary documentation and is subject to change.]
Terminates the logging system.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax void Shutdown(
string epilogue
)
Sub Shutdown (
epilogue As String
)
void Shutdown(
String^ epilogue
)
abstract Shutdown :
epilogue : string -> unit
Parameters
- epilogue
- Type: SystemString
Epilogue.
See Also