Get the host name or machine name for the current machine
            
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: String
StringThe hostname or machine name
Remarks
Get the host name or machine name for the current machine
            The host name ( GetHostName ) or
            the machine name (Environment.MachineName) for
            the current machine, or if neither of these are available
            then NOT AVAILABLE is returned.
GetHostName ) or
            the machine name (Environment.MachineName) for
            the current machine, or if neither of these are available
            then NOT AVAILABLE is returned.
            
See Also