├── .gitignore ├── Assets ├── Log4Net.meta └── Log4Net │ ├── Log4NetSrc.meta │ ├── Log4NetSrc │ ├── Appender.meta │ ├── Appender │ │ ├── AdoNetAppender.cs │ │ ├── AdoNetAppender.cs.meta │ │ ├── AnsiColorTerminalAppender.cs │ │ ├── AnsiColorTerminalAppender.cs.meta │ │ ├── AppenderCollection.cs │ │ ├── AppenderCollection.cs.meta │ │ ├── AppenderSkeleton.cs │ │ ├── AppenderSkeleton.cs.meta │ │ ├── AspNetTraceAppender.cs │ │ ├── AspNetTraceAppender.cs.meta │ │ ├── BufferingAppenderSkeleton.cs │ │ ├── BufferingAppenderSkeleton.cs.meta │ │ ├── BufferingForwardingAppender.cs │ │ ├── BufferingForwardingAppender.cs.meta │ │ ├── ColoredConsoleAppender.cs │ │ ├── ColoredConsoleAppender.cs.meta │ │ ├── ConsoleAppender.cs │ │ ├── ConsoleAppender.cs.meta │ │ ├── DebugAppender.cs │ │ ├── DebugAppender.cs.meta │ │ ├── EventLogAppender.cs │ │ ├── EventLogAppender.cs.meta │ │ ├── FileAppender.cs │ │ ├── FileAppender.cs.meta │ │ ├── ForwardingAppender.cs │ │ ├── ForwardingAppender.cs.meta │ │ ├── IAppender.cs │ │ ├── IAppender.cs.meta │ │ ├── IBulkAppender.cs │ │ ├── IBulkAppender.cs.meta │ │ ├── LocalSyslogAppender.cs │ │ ├── LocalSyslogAppender.cs.meta │ │ ├── ManagedColoredConsoleAppender.cs │ │ ├── ManagedColoredConsoleAppender.cs.meta │ │ ├── MemoryAppender.cs │ │ ├── MemoryAppender.cs.meta │ │ ├── NetSendAppender.cs │ │ ├── NetSendAppender.cs.meta │ │ ├── OutputDebugStringAppender.cs │ │ ├── OutputDebugStringAppender.cs.meta │ │ ├── RemoteSyslogAppender.cs │ │ ├── RemoteSyslogAppender.cs.meta │ │ ├── RemotingAppender.cs │ │ ├── RemotingAppender.cs.meta │ │ ├── RollingFileAppender.cs │ │ ├── RollingFileAppender.cs.meta │ │ ├── SmtpAppender.cs │ │ ├── SmtpAppender.cs.meta │ │ ├── SmtpPickupDirAppender.cs │ │ ├── SmtpPickupDirAppender.cs.meta │ │ ├── TelnetAppender.cs │ │ ├── TelnetAppender.cs.meta │ │ ├── TextWriterAppender.cs │ │ ├── TextWriterAppender.cs.meta │ │ ├── TraceAppender.cs │ │ ├── TraceAppender.cs.meta │ │ ├── UdpAppender.cs │ │ └── UdpAppender.cs.meta │ ├── Config.meta │ ├── Config │ │ ├── AliasDomainAttribute.cs │ │ ├── AliasDomainAttribute.cs.meta │ │ ├── AliasRepositoryAttribute.cs │ │ ├── AliasRepositoryAttribute.cs.meta │ │ ├── BasicConfigurator.cs │ │ ├── BasicConfigurator.cs.meta │ │ ├── ConfiguratorAttribute.cs │ │ ├── ConfiguratorAttribute.cs.meta │ │ ├── DOMConfigurator.cs │ │ ├── DOMConfigurator.cs.meta │ │ ├── DOMConfiguratorAttribute.cs │ │ ├── DOMConfiguratorAttribute.cs.meta │ │ ├── DomainAttribute.cs │ │ ├── DomainAttribute.cs.meta │ │ ├── Log4NetConfigurationSectionHandler.cs │ │ ├── Log4NetConfigurationSectionHandler.cs.meta │ │ ├── PluginAttribute.cs │ │ ├── PluginAttribute.cs.meta │ │ ├── RepositoryAttribute.cs │ │ ├── RepositoryAttribute.cs.meta │ │ ├── SecurityContextProviderAttribute.cs │ │ ├── SecurityContextProviderAttribute.cs.meta │ │ ├── XmlConfigurator.cs │ │ ├── XmlConfigurator.cs.meta │ │ ├── XmlConfiguratorAttribute.cs │ │ └── XmlConfiguratorAttribute.cs.meta │ ├── Core.meta │ ├── Core │ │ ├── CompactRepositorySelector.cs │ │ ├── CompactRepositorySelector.cs.meta │ │ ├── DefaultRepositorySelector.cs │ │ ├── DefaultRepositorySelector.cs.meta │ │ ├── ErrorCode.cs │ │ ├── ErrorCode.cs.meta │ │ ├── ExceptionEvaluator.cs │ │ ├── ExceptionEvaluator.cs.meta │ │ ├── IAppenderAttachable.cs │ │ ├── IAppenderAttachable.cs.meta │ │ ├── IErrorHandler.cs │ │ ├── IErrorHandler.cs.meta │ │ ├── IFixingRequired.cs │ │ ├── IFixingRequired.cs.meta │ │ ├── ILogger.cs │ │ ├── ILogger.cs.meta │ │ ├── ILoggerWrapper.cs │ │ ├── ILoggerWrapper.cs.meta │ │ ├── IOptionHandler.cs │ │ ├── IOptionHandler.cs.meta │ │ ├── IRepositorySelector.cs │ │ ├── IRepositorySelector.cs.meta │ │ ├── ITriggeringEventEvaluator.cs │ │ ├── ITriggeringEventEvaluator.cs.meta │ │ ├── Level.cs │ │ ├── Level.cs.meta │ │ ├── LevelCollection.cs │ │ ├── LevelCollection.cs.meta │ │ ├── LevelEvaluator.cs │ │ ├── LevelEvaluator.cs.meta │ │ ├── LevelMap.cs │ │ ├── LevelMap.cs.meta │ │ ├── LocationInfo.cs │ │ ├── LocationInfo.cs.meta │ │ ├── LogException.cs │ │ ├── LogException.cs.meta │ │ ├── LogImpl.cs │ │ ├── LogImpl.cs.meta │ │ ├── LoggerManager.cs │ │ ├── LoggerManager.cs.meta │ │ ├── LoggerWrapperImpl.cs │ │ ├── LoggerWrapperImpl.cs.meta │ │ ├── LoggingEvent.cs │ │ ├── LoggingEvent.cs.meta │ │ ├── MethodItem.cs │ │ ├── MethodItem.cs.meta │ │ ├── SecurityContext.cs │ │ ├── SecurityContext.cs.meta │ │ ├── SecurityContextProvider.cs │ │ ├── SecurityContextProvider.cs.meta │ │ ├── StackFrameItem.cs │ │ ├── StackFrameItem.cs.meta │ │ ├── TimeEvaluator.cs │ │ ├── TimeEvaluator.cs.meta │ │ ├── WrapperMap.cs │ │ └── WrapperMap.cs.meta │ ├── DateFormatter.meta │ ├── DateFormatter │ │ ├── AbsoluteTimeDateFormatter.cs │ │ ├── AbsoluteTimeDateFormatter.cs.meta │ │ ├── DateTimeDateFormatter.cs │ │ ├── DateTimeDateFormatter.cs.meta │ │ ├── IDateFormatter.cs │ │ ├── IDateFormatter.cs.meta │ │ ├── Iso8601DateFormatter.cs │ │ ├── Iso8601DateFormatter.cs.meta │ │ ├── SimpleDateFormatter.cs │ │ └── SimpleDateFormatter.cs.meta │ ├── Filter.meta │ ├── Filter │ │ ├── DenyAllFilter.cs │ │ ├── DenyAllFilter.cs.meta │ │ ├── FilterDecision.cs │ │ ├── FilterDecision.cs.meta │ │ ├── FilterSkeleton.cs │ │ ├── FilterSkeleton.cs.meta │ │ ├── IFilter.cs │ │ ├── IFilter.cs.meta │ │ ├── LevelMatchFilter.cs │ │ ├── LevelMatchFilter.cs.meta │ │ ├── LevelRangeFilter.cs │ │ ├── LevelRangeFilter.cs.meta │ │ ├── LoggerMatchFilter.cs │ │ ├── LoggerMatchFilter.cs.meta │ │ ├── MdcFilter.cs │ │ ├── MdcFilter.cs.meta │ │ ├── NdcFilter.cs │ │ ├── NdcFilter.cs.meta │ │ ├── PropertyFilter.cs │ │ ├── PropertyFilter.cs.meta │ │ ├── StringMatchFilter.cs │ │ └── StringMatchFilter.cs.meta │ ├── GlobalContext.cs │ ├── GlobalContext.cs.meta │ ├── ILog.cs │ ├── ILog.cs.meta │ ├── Layout.meta │ ├── Layout │ │ ├── DynamicPatternLayout.cs │ │ ├── DynamicPatternLayout.cs.meta │ │ ├── ExceptionLayout.cs │ │ ├── ExceptionLayout.cs.meta │ │ ├── ILayout.cs │ │ ├── ILayout.cs.meta │ │ ├── IRawLayout.cs │ │ ├── IRawLayout.cs.meta │ │ ├── Layout2RawLayoutAdapter.cs │ │ ├── Layout2RawLayoutAdapter.cs.meta │ │ ├── LayoutSkeleton.cs │ │ ├── LayoutSkeleton.cs.meta │ │ ├── Pattern.meta │ │ ├── Pattern │ │ │ ├── AppDomainPatternConverter.cs │ │ │ ├── AppDomainPatternConverter.cs.meta │ │ │ ├── AspNetCachePatternConverter.cs │ │ │ ├── AspNetCachePatternConverter.cs.meta │ │ │ ├── AspNetContextPatternConverter.cs │ │ │ ├── AspNetContextPatternConverter.cs.meta │ │ │ ├── AspNetPatternConverter.cs │ │ │ ├── AspNetPatternConverter.cs.meta │ │ │ ├── AspNetRequestPatternConverter.cs │ │ │ ├── AspNetRequestPatternConverter.cs.meta │ │ │ ├── AspNetSessionPatternConverter.cs │ │ │ ├── AspNetSessionPatternConverter.cs.meta │ │ │ ├── DatePatternConverter.cs │ │ │ ├── DatePatternConverter.cs.meta │ │ │ ├── ExceptionPatternConverter.cs │ │ │ ├── ExceptionPatternConverter.cs.meta │ │ │ ├── FileLocationPatternConverter.cs │ │ │ ├── FileLocationPatternConverter.cs.meta │ │ │ ├── FullLocationPatternConverter.cs │ │ │ ├── FullLocationPatternConverter.cs.meta │ │ │ ├── IdentityPatternConverter.cs │ │ │ ├── IdentityPatternConverter.cs.meta │ │ │ ├── LevelPatternConverter.cs │ │ │ ├── LevelPatternConverter.cs.meta │ │ │ ├── LineLocationPatternConverter.cs │ │ │ ├── LineLocationPatternConverter.cs.meta │ │ │ ├── LoggerPatternConverter.cs │ │ │ ├── LoggerPatternConverter.cs.meta │ │ │ ├── MessagePatternConverter.cs │ │ │ ├── MessagePatternConverter.cs.meta │ │ │ ├── MethodLocationPatternConverter.cs │ │ │ ├── MethodLocationPatternConverter.cs.meta │ │ │ ├── NamedPatternConverter.cs │ │ │ ├── NamedPatternConverter.cs.meta │ │ │ ├── NdcPatternConverter.cs │ │ │ ├── NdcPatternConverter.cs.meta │ │ │ ├── PatternLayoutConverter.cs │ │ │ ├── PatternLayoutConverter.cs.meta │ │ │ ├── PropertyPatternConverter.cs │ │ │ ├── PropertyPatternConverter.cs.meta │ │ │ ├── RelativeTimePatternConverter.cs │ │ │ ├── RelativeTimePatternConverter.cs.meta │ │ │ ├── StackTraceDetailPatternConverter.cs │ │ │ ├── StackTraceDetailPatternConverter.cs.meta │ │ │ ├── StackTracePatternConverter.cs │ │ │ ├── StackTracePatternConverter.cs.meta │ │ │ ├── ThreadPatternConverter.cs │ │ │ ├── ThreadPatternConverter.cs.meta │ │ │ ├── TypeNamePatternConverter.cs │ │ │ ├── TypeNamePatternConverter.cs.meta │ │ │ ├── UserNamePatternConverter.cs │ │ │ ├── UserNamePatternConverter.cs.meta │ │ │ ├── UtcDatePatternConverter.cs │ │ │ └── UtcDatePatternConverter.cs.meta │ │ ├── PatternLayout.cs │ │ ├── PatternLayout.cs.meta │ │ ├── RawLayoutConverter.cs │ │ ├── RawLayoutConverter.cs.meta │ │ ├── RawPropertyLayout.cs │ │ ├── RawPropertyLayout.cs.meta │ │ ├── RawTimeStampLayout.cs │ │ ├── RawTimeStampLayout.cs.meta │ │ ├── RawUtcTimeStampLayout.cs │ │ ├── RawUtcTimeStampLayout.cs.meta │ │ ├── SimpleLayout.cs │ │ ├── SimpleLayout.cs.meta │ │ ├── XMLLayout.cs │ │ ├── XMLLayout.cs.meta │ │ ├── XMLLayoutBase.cs │ │ ├── XMLLayoutBase.cs.meta │ │ ├── XmlLayoutSchemaLog4j.cs │ │ └── XmlLayoutSchemaLog4j.cs.meta │ ├── LogManager.cs │ ├── LogManager.cs.meta │ ├── LogicalThreadContext.cs │ ├── LogicalThreadContext.cs.meta │ ├── MDC.cs │ ├── MDC.cs.meta │ ├── NDC.cs │ ├── NDC.cs.meta │ ├── ObjectRenderer.meta │ ├── ObjectRenderer │ │ ├── DefaultRenderer.cs │ │ ├── DefaultRenderer.cs.meta │ │ ├── IObjectRenderer.cs │ │ ├── IObjectRenderer.cs.meta │ │ ├── RendererMap.cs │ │ └── RendererMap.cs.meta │ ├── Plugin.meta │ ├── Plugin │ │ ├── IPlugin.cs │ │ ├── IPlugin.cs.meta │ │ ├── IPluginFactory.cs │ │ ├── IPluginFactory.cs.meta │ │ ├── PluginCollection.cs │ │ ├── PluginCollection.cs.meta │ │ ├── PluginMap.cs │ │ ├── PluginMap.cs.meta │ │ ├── PluginSkeleton.cs │ │ ├── PluginSkeleton.cs.meta │ │ ├── RemoteLoggingServerPlugin.cs │ │ └── RemoteLoggingServerPlugin.cs.meta │ ├── Repository.meta │ ├── Repository │ │ ├── ConfigurationChangedEventArgs.cs │ │ ├── ConfigurationChangedEventArgs.cs.meta │ │ ├── Hierarchy.meta │ │ ├── Hierarchy │ │ │ ├── DefaultLoggerFactory.cs │ │ │ ├── DefaultLoggerFactory.cs.meta │ │ │ ├── Hierarchy.cs │ │ │ ├── Hierarchy.cs.meta │ │ │ ├── ILoggerFactory.cs │ │ │ ├── ILoggerFactory.cs.meta │ │ │ ├── Logger.cs │ │ │ ├── Logger.cs.meta │ │ │ ├── LoggerKey.cs │ │ │ ├── LoggerKey.cs.meta │ │ │ ├── ProvisionNode.cs │ │ │ ├── ProvisionNode.cs.meta │ │ │ ├── RootLogger.cs │ │ │ ├── RootLogger.cs.meta │ │ │ ├── XmlHierarchyConfigurator.cs │ │ │ └── XmlHierarchyConfigurator.cs.meta │ │ ├── IBasicRepositoryConfigurator.cs │ │ ├── IBasicRepositoryConfigurator.cs.meta │ │ ├── ILoggerRepository.cs │ │ ├── ILoggerRepository.cs.meta │ │ ├── IXmlRepositoryConfigurator.cs │ │ ├── IXmlRepositoryConfigurator.cs.meta │ │ ├── LoggerRepositorySkeleton.cs │ │ └── LoggerRepositorySkeleton.cs.meta │ ├── ThreadContext.cs │ ├── ThreadContext.cs.meta │ ├── Util.meta │ └── Util │ │ ├── AppenderAttachedImpl.cs │ │ ├── AppenderAttachedImpl.cs.meta │ │ ├── CompositeProperties.cs │ │ ├── CompositeProperties.cs.meta │ │ ├── ContextPropertiesBase.cs │ │ ├── ContextPropertiesBase.cs.meta │ │ ├── ConverterInfo.cs │ │ ├── ConverterInfo.cs.meta │ │ ├── CountingQuietTextWriter.cs │ │ ├── CountingQuietTextWriter.cs.meta │ │ ├── CyclicBuffer.cs │ │ ├── CyclicBuffer.cs.meta │ │ ├── EmptyCollection.cs │ │ ├── EmptyCollection.cs.meta │ │ ├── EmptyDictionary.cs │ │ ├── EmptyDictionary.cs.meta │ │ ├── FormattingInfo.cs │ │ ├── FormattingInfo.cs.meta │ │ ├── GlobalContextProperties.cs │ │ ├── GlobalContextProperties.cs.meta │ │ ├── ILogExtensions.cs │ │ ├── ILogExtensions.cs.meta │ │ ├── LevelMapping.cs │ │ ├── LevelMapping.cs.meta │ │ ├── LevelMappingEntry.cs │ │ ├── LevelMappingEntry.cs.meta │ │ ├── LogLog.cs │ │ ├── LogLog.cs.meta │ │ ├── LogicalThreadContextProperties.cs │ │ ├── LogicalThreadContextProperties.cs.meta │ │ ├── NativeError.cs │ │ ├── NativeError.cs.meta │ │ ├── NullDictionaryEnumerator.cs │ │ ├── NullDictionaryEnumerator.cs.meta │ │ ├── NullEnumerator.cs │ │ ├── NullEnumerator.cs.meta │ │ ├── NullSecurityContext.cs │ │ ├── NullSecurityContext.cs.meta │ │ ├── OnlyOnceErrorHandler.cs │ │ ├── OnlyOnceErrorHandler.cs.meta │ │ ├── OptionConverter.cs │ │ ├── OptionConverter.cs.meta │ │ ├── PatternConverter.cs │ │ ├── PatternConverter.cs.meta │ │ ├── PatternParser.cs │ │ ├── PatternParser.cs.meta │ │ ├── PatternString.cs │ │ ├── PatternString.cs.meta │ │ ├── PatternStringConverters.meta │ │ ├── PatternStringConverters │ │ ├── AppDomainPatternConverter.cs │ │ ├── AppDomainPatternConverter.cs.meta │ │ ├── DatePatternConverter.cs │ │ ├── DatePatternConverter.cs.meta │ │ ├── EnvironmentFolderPathPatternConverter.cs │ │ ├── EnvironmentFolderPathPatternConverter.cs.meta │ │ ├── EnvironmentPatternConverter.cs │ │ ├── EnvironmentPatternConverter.cs.meta │ │ ├── IdentityPatternConverter.cs │ │ ├── IdentityPatternConverter.cs.meta │ │ ├── LiteralPatternConverter.cs │ │ ├── LiteralPatternConverter.cs.meta │ │ ├── NewLinePatternConverter.cs │ │ ├── NewLinePatternConverter.cs.meta │ │ ├── ProcessIdPatternConverter.cs │ │ ├── ProcessIdPatternConverter.cs.meta │ │ ├── PropertyPatternConverter.cs │ │ ├── PropertyPatternConverter.cs.meta │ │ ├── RandomStringPatternConverter.cs │ │ ├── RandomStringPatternConverter.cs.meta │ │ ├── UserNamePatternConverter.cs │ │ ├── UserNamePatternConverter.cs.meta │ │ ├── UtcDatePatternConverter.cs │ │ └── UtcDatePatternConverter.cs.meta │ │ ├── PropertiesDictionary.cs │ │ ├── PropertiesDictionary.cs.meta │ │ ├── PropertyEntry.cs │ │ ├── PropertyEntry.cs.meta │ │ ├── ProtectCloseTextWriter.cs │ │ ├── ProtectCloseTextWriter.cs.meta │ │ ├── QuietTextWriter.cs │ │ ├── QuietTextWriter.cs.meta │ │ ├── ReadOnlyPropertiesDictionary.cs │ │ ├── ReadOnlyPropertiesDictionary.cs.meta │ │ ├── ReaderWriterLock.cs │ │ ├── ReaderWriterLock.cs.meta │ │ ├── ReusableStringWriter.cs │ │ ├── ReusableStringWriter.cs.meta │ │ ├── SystemInfo.cs │ │ ├── SystemInfo.cs.meta │ │ ├── SystemStringFormat.cs │ │ ├── SystemStringFormat.cs.meta │ │ ├── TextWriterAdapter.cs │ │ ├── TextWriterAdapter.cs.meta │ │ ├── ThreadContextProperties.cs │ │ ├── ThreadContextProperties.cs.meta │ │ ├── ThreadContextStack.cs │ │ ├── ThreadContextStack.cs.meta │ │ ├── ThreadContextStacks.cs │ │ ├── ThreadContextStacks.cs.meta │ │ ├── TransformLog4Net.cs │ │ ├── TransformLog4Net.cs.meta │ │ ├── TypeConverters.meta │ │ ├── TypeConverters │ │ ├── BooleanConverter.cs │ │ ├── BooleanConverter.cs.meta │ │ ├── ConversionNotSupportedException.cs │ │ ├── ConversionNotSupportedException.cs.meta │ │ ├── ConverterRegistry.cs │ │ ├── ConverterRegistry.cs.meta │ │ ├── EncodingConverter.cs │ │ ├── EncodingConverter.cs.meta │ │ ├── IConvertFrom.cs │ │ ├── IConvertFrom.cs.meta │ │ ├── IConvertTo.cs │ │ ├── IConvertTo.cs.meta │ │ ├── IPAddressConverter.cs │ │ ├── IPAddressConverter.cs.meta │ │ ├── PatternLayoutConverter.cs │ │ ├── PatternLayoutConverter.cs.meta │ │ ├── PatternStringConverter.cs │ │ ├── PatternStringConverter.cs.meta │ │ ├── TypeConverter.cs │ │ ├── TypeConverter.cs.meta │ │ ├── TypeConverterAttribute.cs │ │ └── TypeConverterAttribute.cs.meta │ │ ├── WindowsSecurityContext.cs │ │ └── WindowsSecurityContext.cs.meta │ ├── Log4NetUnityImpl.meta │ └── Log4NetUnityImpl │ ├── Editor.meta │ ├── Editor │ ├── Log4NetTest.cs │ └── Log4NetTest.cs.meta │ ├── I_IUnityLog.cs │ ├── I_IUnityLog.cs.meta │ ├── Resources.meta │ ├── Resources │ ├── Log4NetConfig.xml │ └── Log4NetConfig.xml.meta │ ├── UnityLogAppender.cs │ ├── UnityLogAppender.cs.meta │ ├── UnityLogManager.cs │ ├── UnityLogManager.cs.meta │ ├── UnityLogWrapper.cs │ ├── UnityLogWrapper.cs.meta │ ├── UnityObjectPair.cs │ └── UnityObjectPair.cs.meta ├── DllRelease └── log4net.dll ├── LICENSE ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NavMeshLayers.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityAdsSettings.asset └── UnityConnectSettings.asset └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/Log4Net.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/AdoNetAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/AdoNetAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/AdoNetAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/AdoNetAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/AnsiColorTerminalAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/AnsiColorTerminalAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/AnsiColorTerminalAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/AnsiColorTerminalAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/AppenderCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/AppenderCollection.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/AppenderCollection.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/AppenderCollection.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/AppenderSkeleton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/AppenderSkeleton.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/AppenderSkeleton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/AppenderSkeleton.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/AspNetTraceAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/AspNetTraceAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/AspNetTraceAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/AspNetTraceAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/BufferingAppenderSkeleton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/BufferingAppenderSkeleton.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/BufferingAppenderSkeleton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/BufferingAppenderSkeleton.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/BufferingForwardingAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/BufferingForwardingAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/BufferingForwardingAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/BufferingForwardingAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/ColoredConsoleAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/ColoredConsoleAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/ColoredConsoleAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/ColoredConsoleAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/ConsoleAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/ConsoleAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/ConsoleAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/ConsoleAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/DebugAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/DebugAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/DebugAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/DebugAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/EventLogAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/EventLogAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/EventLogAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/EventLogAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/FileAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/FileAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/FileAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/FileAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/ForwardingAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/ForwardingAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/ForwardingAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/ForwardingAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/IAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/IAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/IAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/IAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/IBulkAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/IBulkAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/IBulkAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/IBulkAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/LocalSyslogAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/LocalSyslogAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/LocalSyslogAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/LocalSyslogAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/ManagedColoredConsoleAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/ManagedColoredConsoleAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/ManagedColoredConsoleAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/ManagedColoredConsoleAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/MemoryAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/MemoryAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/MemoryAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/MemoryAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/NetSendAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/NetSendAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/NetSendAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/NetSendAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/OutputDebugStringAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/OutputDebugStringAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/OutputDebugStringAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/OutputDebugStringAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/RemoteSyslogAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/RemoteSyslogAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/RemoteSyslogAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/RemoteSyslogAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/RemotingAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/RemotingAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/RemotingAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/RemotingAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/RollingFileAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/RollingFileAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/RollingFileAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/RollingFileAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/SmtpAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/SmtpAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/SmtpAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/SmtpAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/SmtpPickupDirAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/SmtpPickupDirAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/SmtpPickupDirAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/SmtpPickupDirAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/TelnetAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/TelnetAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/TelnetAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/TelnetAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/TextWriterAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/TextWriterAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/TextWriterAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/TextWriterAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/TraceAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/TraceAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/TraceAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/TraceAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/UdpAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/UdpAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Appender/UdpAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Appender/UdpAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/AliasDomainAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/AliasDomainAttribute.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/AliasDomainAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/AliasDomainAttribute.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/AliasRepositoryAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/AliasRepositoryAttribute.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/AliasRepositoryAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/AliasRepositoryAttribute.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/BasicConfigurator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/BasicConfigurator.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/BasicConfigurator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/BasicConfigurator.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/ConfiguratorAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/ConfiguratorAttribute.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/ConfiguratorAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/ConfiguratorAttribute.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/DOMConfigurator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/DOMConfigurator.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/DOMConfigurator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/DOMConfigurator.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/DOMConfiguratorAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/DOMConfiguratorAttribute.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/DOMConfiguratorAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/DOMConfiguratorAttribute.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/DomainAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/DomainAttribute.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/DomainAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/DomainAttribute.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/Log4NetConfigurationSectionHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/Log4NetConfigurationSectionHandler.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/Log4NetConfigurationSectionHandler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/Log4NetConfigurationSectionHandler.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/PluginAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/PluginAttribute.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/PluginAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/PluginAttribute.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/RepositoryAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/RepositoryAttribute.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/RepositoryAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/RepositoryAttribute.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/SecurityContextProviderAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/SecurityContextProviderAttribute.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/SecurityContextProviderAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/SecurityContextProviderAttribute.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/XmlConfigurator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/XmlConfigurator.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/XmlConfigurator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/XmlConfigurator.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/XmlConfiguratorAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/XmlConfiguratorAttribute.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Config/XmlConfiguratorAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Config/XmlConfiguratorAttribute.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/CompactRepositorySelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/CompactRepositorySelector.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/CompactRepositorySelector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/CompactRepositorySelector.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/DefaultRepositorySelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/DefaultRepositorySelector.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/DefaultRepositorySelector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/DefaultRepositorySelector.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/ErrorCode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/ErrorCode.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/ErrorCode.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/ErrorCode.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/ExceptionEvaluator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/ExceptionEvaluator.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/ExceptionEvaluator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/ExceptionEvaluator.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/IAppenderAttachable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/IAppenderAttachable.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/IAppenderAttachable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/IAppenderAttachable.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/IErrorHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/IErrorHandler.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/IErrorHandler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/IErrorHandler.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/IFixingRequired.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/IFixingRequired.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/IFixingRequired.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/IFixingRequired.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/ILogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/ILogger.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/ILogger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/ILogger.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/ILoggerWrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/ILoggerWrapper.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/ILoggerWrapper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/ILoggerWrapper.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/IOptionHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/IOptionHandler.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/IOptionHandler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/IOptionHandler.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/IRepositorySelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/IRepositorySelector.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/IRepositorySelector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/IRepositorySelector.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/ITriggeringEventEvaluator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/ITriggeringEventEvaluator.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/ITriggeringEventEvaluator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/ITriggeringEventEvaluator.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/Level.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/Level.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/Level.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/Level.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LevelCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LevelCollection.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LevelCollection.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LevelCollection.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LevelEvaluator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LevelEvaluator.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LevelEvaluator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LevelEvaluator.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LevelMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LevelMap.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LevelMap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LevelMap.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LocationInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LocationInfo.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LocationInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LocationInfo.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LogException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LogException.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LogException.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LogException.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LogImpl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LogImpl.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LogImpl.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LogImpl.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LoggerManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LoggerManager.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LoggerManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LoggerManager.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LoggerWrapperImpl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LoggerWrapperImpl.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LoggerWrapperImpl.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LoggerWrapperImpl.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LoggingEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LoggingEvent.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/LoggingEvent.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/LoggingEvent.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/MethodItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/MethodItem.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/MethodItem.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/MethodItem.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/SecurityContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/SecurityContext.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/SecurityContext.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/SecurityContext.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/SecurityContextProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/SecurityContextProvider.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/SecurityContextProvider.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/SecurityContextProvider.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/StackFrameItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/StackFrameItem.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/StackFrameItem.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/StackFrameItem.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/TimeEvaluator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/TimeEvaluator.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/TimeEvaluator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/TimeEvaluator.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/WrapperMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/WrapperMap.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Core/WrapperMap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Core/WrapperMap.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/DateFormatter.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/DateFormatter.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/DateFormatter/AbsoluteTimeDateFormatter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/DateFormatter/AbsoluteTimeDateFormatter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/DateFormatter/AbsoluteTimeDateFormatter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/DateFormatter/AbsoluteTimeDateFormatter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/DateFormatter/DateTimeDateFormatter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/DateFormatter/DateTimeDateFormatter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/DateFormatter/DateTimeDateFormatter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/DateFormatter/DateTimeDateFormatter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/DateFormatter/IDateFormatter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/DateFormatter/IDateFormatter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/DateFormatter/IDateFormatter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/DateFormatter/IDateFormatter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/DateFormatter/Iso8601DateFormatter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/DateFormatter/Iso8601DateFormatter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/DateFormatter/Iso8601DateFormatter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/DateFormatter/Iso8601DateFormatter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/DateFormatter/SimpleDateFormatter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/DateFormatter/SimpleDateFormatter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/DateFormatter/SimpleDateFormatter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/DateFormatter/SimpleDateFormatter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/DenyAllFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/DenyAllFilter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/DenyAllFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/DenyAllFilter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/FilterDecision.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/FilterDecision.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/FilterDecision.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/FilterDecision.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/FilterSkeleton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/FilterSkeleton.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/FilterSkeleton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/FilterSkeleton.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/IFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/IFilter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/IFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/IFilter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/LevelMatchFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/LevelMatchFilter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/LevelMatchFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/LevelMatchFilter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/LevelRangeFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/LevelRangeFilter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/LevelRangeFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/LevelRangeFilter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/LoggerMatchFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/LoggerMatchFilter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/LoggerMatchFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/LoggerMatchFilter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/MdcFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/MdcFilter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/MdcFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/MdcFilter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/NdcFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/NdcFilter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/NdcFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/NdcFilter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/PropertyFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/PropertyFilter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/PropertyFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/PropertyFilter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/StringMatchFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/StringMatchFilter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Filter/StringMatchFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Filter/StringMatchFilter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/GlobalContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/GlobalContext.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/GlobalContext.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/GlobalContext.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/ILog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/ILog.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/ILog.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/ILog.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/DynamicPatternLayout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/DynamicPatternLayout.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/DynamicPatternLayout.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/DynamicPatternLayout.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/ExceptionLayout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/ExceptionLayout.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/ExceptionLayout.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/ExceptionLayout.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/ILayout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/ILayout.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/ILayout.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/ILayout.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/IRawLayout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/IRawLayout.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/IRawLayout.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/IRawLayout.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Layout2RawLayoutAdapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Layout2RawLayoutAdapter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Layout2RawLayoutAdapter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Layout2RawLayoutAdapter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/LayoutSkeleton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/LayoutSkeleton.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/LayoutSkeleton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/LayoutSkeleton.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/AppDomainPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/AppDomainPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/AppDomainPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/AppDomainPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetCachePatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetCachePatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetCachePatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetCachePatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetContextPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetContextPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetContextPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetContextPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetRequestPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetRequestPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetRequestPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetRequestPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetSessionPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetSessionPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetSessionPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/AspNetSessionPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/DatePatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/DatePatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/DatePatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/DatePatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/ExceptionPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/ExceptionPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/ExceptionPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/ExceptionPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/FileLocationPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/FileLocationPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/FileLocationPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/FileLocationPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/FullLocationPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/FullLocationPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/FullLocationPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/FullLocationPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/IdentityPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/IdentityPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/IdentityPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/IdentityPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/LevelPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/LevelPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/LevelPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/LevelPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/LineLocationPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/LineLocationPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/LineLocationPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/LineLocationPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/LoggerPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/LoggerPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/LoggerPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/LoggerPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/MessagePatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/MessagePatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/MessagePatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/MessagePatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/MethodLocationPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/MethodLocationPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/MethodLocationPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/MethodLocationPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/NamedPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/NamedPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/NamedPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/NamedPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/NdcPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/NdcPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/NdcPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/NdcPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/PatternLayoutConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/PatternLayoutConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/PatternLayoutConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/PatternLayoutConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/PropertyPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/PropertyPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/PropertyPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/PropertyPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/RelativeTimePatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/RelativeTimePatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/RelativeTimePatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/RelativeTimePatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/StackTraceDetailPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/StackTraceDetailPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/StackTraceDetailPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/StackTraceDetailPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/StackTracePatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/StackTracePatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/StackTracePatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/StackTracePatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/ThreadPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/ThreadPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/ThreadPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/ThreadPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/TypeNamePatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/TypeNamePatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/TypeNamePatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/TypeNamePatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/UserNamePatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/UserNamePatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/UserNamePatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/UserNamePatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/UtcDatePatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/UtcDatePatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/Pattern/UtcDatePatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/Pattern/UtcDatePatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/PatternLayout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/PatternLayout.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/PatternLayout.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/PatternLayout.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/RawLayoutConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/RawLayoutConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/RawLayoutConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/RawLayoutConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/RawPropertyLayout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/RawPropertyLayout.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/RawPropertyLayout.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/RawPropertyLayout.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/RawTimeStampLayout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/RawTimeStampLayout.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/RawTimeStampLayout.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/RawTimeStampLayout.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/RawUtcTimeStampLayout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/RawUtcTimeStampLayout.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/RawUtcTimeStampLayout.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/RawUtcTimeStampLayout.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/SimpleLayout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/SimpleLayout.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/SimpleLayout.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/SimpleLayout.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/XMLLayout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/XMLLayout.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/XMLLayout.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/XMLLayout.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/XMLLayoutBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/XMLLayoutBase.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/XMLLayoutBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/XMLLayoutBase.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/XmlLayoutSchemaLog4j.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/XmlLayoutSchemaLog4j.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Layout/XmlLayoutSchemaLog4j.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Layout/XmlLayoutSchemaLog4j.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/LogManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/LogManager.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/LogManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/LogManager.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/LogicalThreadContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/LogicalThreadContext.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/LogicalThreadContext.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/LogicalThreadContext.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/MDC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/MDC.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/MDC.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/MDC.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/NDC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/NDC.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/NDC.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/NDC.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/ObjectRenderer.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/ObjectRenderer.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/ObjectRenderer/DefaultRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/ObjectRenderer/DefaultRenderer.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/ObjectRenderer/DefaultRenderer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/ObjectRenderer/DefaultRenderer.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/ObjectRenderer/IObjectRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/ObjectRenderer/IObjectRenderer.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/ObjectRenderer/IObjectRenderer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/ObjectRenderer/IObjectRenderer.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/ObjectRenderer/RendererMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/ObjectRenderer/RendererMap.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/ObjectRenderer/RendererMap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/ObjectRenderer/RendererMap.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Plugin.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Plugin.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Plugin/IPlugin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Plugin/IPlugin.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Plugin/IPlugin.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Plugin/IPlugin.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Plugin/IPluginFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Plugin/IPluginFactory.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Plugin/IPluginFactory.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Plugin/IPluginFactory.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Plugin/PluginCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Plugin/PluginCollection.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Plugin/PluginCollection.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Plugin/PluginCollection.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Plugin/PluginMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Plugin/PluginMap.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Plugin/PluginMap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Plugin/PluginMap.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Plugin/PluginSkeleton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Plugin/PluginSkeleton.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Plugin/PluginSkeleton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Plugin/PluginSkeleton.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Plugin/RemoteLoggingServerPlugin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Plugin/RemoteLoggingServerPlugin.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Plugin/RemoteLoggingServerPlugin.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Plugin/RemoteLoggingServerPlugin.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/ConfigurationChangedEventArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/ConfigurationChangedEventArgs.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/ConfigurationChangedEventArgs.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/ConfigurationChangedEventArgs.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/DefaultLoggerFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/DefaultLoggerFactory.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/DefaultLoggerFactory.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/DefaultLoggerFactory.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/Hierarchy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/Hierarchy.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/Hierarchy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/Hierarchy.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/ILoggerFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/ILoggerFactory.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/ILoggerFactory.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/ILoggerFactory.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/Logger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/Logger.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/Logger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/Logger.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/LoggerKey.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/LoggerKey.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/LoggerKey.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/LoggerKey.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/ProvisionNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/ProvisionNode.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/ProvisionNode.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/ProvisionNode.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/RootLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/RootLogger.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/RootLogger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/RootLogger.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/XmlHierarchyConfigurator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/XmlHierarchyConfigurator.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/XmlHierarchyConfigurator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/Hierarchy/XmlHierarchyConfigurator.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/IBasicRepositoryConfigurator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/IBasicRepositoryConfigurator.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/IBasicRepositoryConfigurator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/IBasicRepositoryConfigurator.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/ILoggerRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/ILoggerRepository.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/ILoggerRepository.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/ILoggerRepository.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/IXmlRepositoryConfigurator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/IXmlRepositoryConfigurator.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/IXmlRepositoryConfigurator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/IXmlRepositoryConfigurator.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/LoggerRepositorySkeleton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/LoggerRepositorySkeleton.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Repository/LoggerRepositorySkeleton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Repository/LoggerRepositorySkeleton.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/ThreadContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/ThreadContext.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/ThreadContext.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/ThreadContext.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/AppenderAttachedImpl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/AppenderAttachedImpl.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/AppenderAttachedImpl.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/AppenderAttachedImpl.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/CompositeProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/CompositeProperties.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/CompositeProperties.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/CompositeProperties.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ContextPropertiesBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ContextPropertiesBase.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ContextPropertiesBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ContextPropertiesBase.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ConverterInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ConverterInfo.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ConverterInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ConverterInfo.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/CountingQuietTextWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/CountingQuietTextWriter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/CountingQuietTextWriter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/CountingQuietTextWriter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/CyclicBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/CyclicBuffer.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/CyclicBuffer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/CyclicBuffer.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/EmptyCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/EmptyCollection.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/EmptyCollection.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/EmptyCollection.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/EmptyDictionary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/EmptyDictionary.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/EmptyDictionary.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/EmptyDictionary.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/FormattingInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/FormattingInfo.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/FormattingInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/FormattingInfo.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/GlobalContextProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/GlobalContextProperties.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/GlobalContextProperties.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/GlobalContextProperties.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ILogExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ILogExtensions.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ILogExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ILogExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/LevelMapping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/LevelMapping.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/LevelMapping.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/LevelMapping.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/LevelMappingEntry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/LevelMappingEntry.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/LevelMappingEntry.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/LevelMappingEntry.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/LogLog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/LogLog.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/LogLog.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/LogLog.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/LogicalThreadContextProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/LogicalThreadContextProperties.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/LogicalThreadContextProperties.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/LogicalThreadContextProperties.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/NativeError.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/NativeError.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/NativeError.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/NativeError.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/NullDictionaryEnumerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/NullDictionaryEnumerator.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/NullDictionaryEnumerator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/NullDictionaryEnumerator.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/NullEnumerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/NullEnumerator.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/NullEnumerator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/NullEnumerator.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/NullSecurityContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/NullSecurityContext.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/NullSecurityContext.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/NullSecurityContext.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/OnlyOnceErrorHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/OnlyOnceErrorHandler.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/OnlyOnceErrorHandler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/OnlyOnceErrorHandler.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/OptionConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/OptionConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/OptionConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/OptionConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternParser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternParser.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternParser.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternParser.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternString.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternString.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternString.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternString.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/AppDomainPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/AppDomainPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/AppDomainPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/AppDomainPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/DatePatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/DatePatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/DatePatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/DatePatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/EnvironmentFolderPathPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/EnvironmentFolderPathPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/EnvironmentFolderPathPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/EnvironmentFolderPathPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/EnvironmentPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/EnvironmentPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/EnvironmentPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/EnvironmentPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/IdentityPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/IdentityPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/IdentityPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/IdentityPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/LiteralPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/LiteralPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/LiteralPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/LiteralPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/NewLinePatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/NewLinePatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/NewLinePatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/NewLinePatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/ProcessIdPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/ProcessIdPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/ProcessIdPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/ProcessIdPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/PropertyPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/PropertyPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/PropertyPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/PropertyPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/RandomStringPatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/RandomStringPatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/RandomStringPatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/RandomStringPatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/UserNamePatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/UserNamePatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/UserNamePatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/UserNamePatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/UtcDatePatternConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/UtcDatePatternConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/UtcDatePatternConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PatternStringConverters/UtcDatePatternConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PropertiesDictionary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PropertiesDictionary.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PropertiesDictionary.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PropertiesDictionary.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PropertyEntry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PropertyEntry.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/PropertyEntry.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/PropertyEntry.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ProtectCloseTextWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ProtectCloseTextWriter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ProtectCloseTextWriter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ProtectCloseTextWriter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/QuietTextWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/QuietTextWriter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/QuietTextWriter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/QuietTextWriter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ReadOnlyPropertiesDictionary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ReadOnlyPropertiesDictionary.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ReadOnlyPropertiesDictionary.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ReadOnlyPropertiesDictionary.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ReaderWriterLock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ReaderWriterLock.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ReaderWriterLock.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ReaderWriterLock.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ReusableStringWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ReusableStringWriter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ReusableStringWriter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ReusableStringWriter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/SystemInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/SystemInfo.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/SystemInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/SystemInfo.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/SystemStringFormat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/SystemStringFormat.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/SystemStringFormat.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/SystemStringFormat.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TextWriterAdapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TextWriterAdapter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TextWriterAdapter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TextWriterAdapter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ThreadContextProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ThreadContextProperties.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ThreadContextProperties.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ThreadContextProperties.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ThreadContextStack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ThreadContextStack.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ThreadContextStack.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ThreadContextStack.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ThreadContextStacks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ThreadContextStacks.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/ThreadContextStacks.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/ThreadContextStacks.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TransformLog4Net.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TransformLog4Net.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TransformLog4Net.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TransformLog4Net.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/BooleanConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/BooleanConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/BooleanConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/BooleanConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/ConversionNotSupportedException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/ConversionNotSupportedException.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/ConversionNotSupportedException.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/ConversionNotSupportedException.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/ConverterRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/ConverterRegistry.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/ConverterRegistry.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/ConverterRegistry.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/EncodingConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/EncodingConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/EncodingConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/EncodingConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/IConvertFrom.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/IConvertFrom.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/IConvertFrom.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/IConvertFrom.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/IConvertTo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/IConvertTo.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/IConvertTo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/IConvertTo.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/IPAddressConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/IPAddressConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/IPAddressConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/IPAddressConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/PatternLayoutConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/PatternLayoutConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/PatternLayoutConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/PatternLayoutConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/PatternStringConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/PatternStringConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/PatternStringConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/PatternStringConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/TypeConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/TypeConverter.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/TypeConverter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/TypeConverter.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/TypeConverterAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/TypeConverterAttribute.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/TypeConverters/TypeConverterAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/TypeConverters/TypeConverterAttribute.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/WindowsSecurityContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/WindowsSecurityContext.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetSrc/Util/WindowsSecurityContext.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetSrc/Util/WindowsSecurityContext.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl/Editor.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl/Editor/Log4NetTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl/Editor/Log4NetTest.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl/Editor/Log4NetTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl/Editor/Log4NetTest.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl/I_IUnityLog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl/I_IUnityLog.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl/I_IUnityLog.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl/I_IUnityLog.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl/Resources.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl/Resources/Log4NetConfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl/Resources/Log4NetConfig.xml -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl/Resources/Log4NetConfig.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl/Resources/Log4NetConfig.xml.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl/UnityLogAppender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl/UnityLogAppender.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl/UnityLogAppender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl/UnityLogAppender.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl/UnityLogManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl/UnityLogManager.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl/UnityLogManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl/UnityLogManager.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl/UnityLogWrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl/UnityLogWrapper.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl/UnityLogWrapper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl/UnityLogWrapper.cs.meta -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl/UnityObjectPair.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl/UnityObjectPair.cs -------------------------------------------------------------------------------- /Assets/Log4Net/Log4NetUnityImpl/UnityObjectPair.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/Assets/Log4Net/Log4NetUnityImpl/UnityObjectPair.cs.meta -------------------------------------------------------------------------------- /DllRelease/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/DllRelease/log4net.dll -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/LICENSE -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshLayers.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/NavMeshLayers.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityAdsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/UnityAdsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/draxov/UnityLog4Net/HEAD/README.md --------------------------------------------------------------------------------