LoggingEvent.HostNameProperty Field
					
      
     
    
       The key into the Properties map for the host name value. 
      
        [Visual Basic]
        Public Const HostNameProperty As 
String = "log4net:HostName"
 
      
        [C#]
        public const 
string HostNameProperty = "log4net:HostName";
 
      
      
      Remarks
      
        Missing <remarks> documentation for F:log4net.Core.LoggingEvent.HostNameProperty
      
      See Also
      
        LoggingEvent Class | log4net.Core Namespace