Skip to content

Latest commit

 

History

History
109 lines (93 loc) · 4.33 KB

IndexExtended.md

File metadata and controls

109 lines (93 loc) · 4.33 KB
[References](Index.md)

References extended

  • AtcConsoleSpectreAssemblyTypeInitializer
  • CommandConstants
    • Static Fields
      • string ArgumentLongHelp
      • string ArgumentLongVerbose
      • string ArgumentLongVersion
      • string ArgumentShortHelp
      • string ArgumentShortVersion
      • string NameOptionsFile
      • string NameOptionsFileCreate
      • string NameOptionsFileValidate
  • EmojisConstants
    • Static Fields
      • string Error
      • string FileCreated
      • string FileNotUpdated
      • string FileUpdated
      • string Success
  • ServiceCollectionExtensions
    • Static Methods
      • AddConsoleLogging(this IServiceCollection serviceCollection)
      • AddConsoleLogging(this IServiceCollection serviceCollection, ConsoleLoggerConfiguration consoleLoggerConfiguration)
      • AutoRegisterCliCommandSettings(this IServiceCollection serviceCollection)
  • CommandAppFactory
    • Static Methods
      • Create(ServiceCollection serviceCollection)
      • Create(ServiceCollection serviceCollection, Encoding encoding)
      • CreateWithRootCommand(ServiceCollection serviceCollection)
  • ServiceCollectionFactory
    • Static Methods
      • Create(ConsoleLoggerConfiguration consoleLoggerConfiguration, bool autoRegisterCliCommandSettings = True)
      • Create(bool addConsoleLogger = True, bool autoRegisterCliCommandSettings = True)
  • TypeRegistrar
    • Methods
      • Build()
      • Register(Type service, Type implementation)
      • RegisterInstance(Type service, object implementation)
      • RegisterLazy(Type service, Func<object> factory)
  • TypeResolver
    • Methods
      • Dispose()
      • Resolve(Type type)
  • ConsoleHelper
    • Static Methods
      • WriteHeader(string text)
      • WriteHeader(string text, Color color)
      • WriteLog(ILogger logger, LogKeyValueItem logItem, bool includeKey = True, bool includeDescription = True)
      • WriteLogs(ILogger logger, List<LogKeyValueItem> logItems, bool includeKey = True, bool includeDescription = True)
  • ProgramCsHelper
    • Static Methods
      • SetMinimumLogLevelIfNeeded(string[] args, ConsoleLoggerConfiguration consoleLoggerConfiguration)
  • ConsoleLogger
    • Methods
      • BeginScope(TState state)
      • IsEnabled(LogLevel logLevel)
      • Log(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)
  • ConsoleLoggerConfiguration
    • Properties
      • AllowMarkup
      • ConsoleConfiguration
      • ConsoleSettings
      • IncludeExceptionNameForException
      • IncludeInnerMessageForException
      • MinimumLogLevel
      • RenderingMode
      • TimestampFormat
      • UseShortNameForLogLevel
      • UseTimestamp
      • UseTimestampUtc
    • Methods
      • ToString()
  • ConsoleLoggerProvider
    • Methods
      • CreateLogger(string categoryName)
      • Dispose()
  • ConsoleRenderingMode

Generated by MarkdownCodeDoc version 1.2