- get(String) - Static method in class org.tinylog.configuration.Configuration
-
Gets a configuration property.
- get(String) - Method in class org.tinylog.provider.BundleContextProvider
-
- get(String) - Method in interface org.tinylog.provider.ContextProvider
-
Gets a value by key from thread context.
- get(String) - Method in class org.tinylog.provider.NopContextProvider
-
- get() - Method in interface org.tinylog.Supplier
-
Generates the value.
- get(String) - Static method in class org.tinylog.ThreadContext
-
Gets a value by key from thread context.
- getCallerClassName(int) - Method in class org.tinylog.runtime.LegacyJavaRuntime
-
- getCallerClassName(String) - Method in class org.tinylog.runtime.LegacyJavaRuntime
-
- getCallerClassName(int) - Static method in class org.tinylog.runtime.RuntimeProvider
-
Gets the class name of a caller from stack trace.
- getCallerClassName(String) - Static method in class org.tinylog.runtime.RuntimeProvider
-
Gets the class name of a caller from stack trace.
- getCallerStackTraceElement(int) - Method in class org.tinylog.runtime.LegacyJavaRuntime
-
- getCallerStackTraceElement(String) - Method in class org.tinylog.runtime.LegacyJavaRuntime
-
- getCallerStackTraceElement(int) - Static method in class org.tinylog.runtime.RuntimeProvider
-
Gets the complete stack trace element of a caller from stack trace.
- getCallerStackTraceElement(String) - Static method in class org.tinylog.runtime.RuntimeProvider
-
Gets the complete stack trace element of a caller from stack trace.
- getChildren(String) - Static method in class org.tinylog.configuration.Configuration
-
Gets all child properties for a parent property.
- getClassLoaders() - Static method in class org.tinylog.runtime.RuntimeProvider
-
Gets valid and available class loaders.
- getConfigurationFiles() - Method in class org.tinylog.configuration.PropertiesConfigurationLoader
-
Retrieve an array of configuration files.
- getContextProvider() - Method in class org.tinylog.provider.BundleLoggingProvider
-
- getContextProvider() - Method in interface org.tinylog.provider.LoggingProvider
-
Returns the corresponding context provider.
- getContextProvider() - Method in class org.tinylog.provider.NopLoggingProvider
-
- getDefaultWriter() - Static method in class org.tinylog.runtime.RuntimeProvider
-
Gets the name of the default writer.
- getLocale() - Static method in class org.tinylog.configuration.Configuration
-
Gets the global locale.
- getLoggingProvider() - Static method in class org.tinylog.provider.ProviderRegistry
-
Returns the actual logging provider.
- getLoggingProviders() - Static method in class org.tinylog.provider.ProviderRegistry
-
Gets all loaded logging providers.
- getMapping() - Method in class org.tinylog.provider.BundleContextProvider
-
- getMapping() - Method in interface org.tinylog.provider.ContextProvider
-
Gets a read-only copy with all values from thread context.
- getMapping() - Method in class org.tinylog.provider.NopContextProvider
-
- getMapping() - Static method in class org.tinylog.ThreadContext
-
Gets all values that are visible for the current thread from thread context.
- getMinimumLevel() - Method in class org.tinylog.provider.BundleLoggingProvider
-
- getMinimumLevel(String) - Method in class org.tinylog.provider.BundleLoggingProvider
-
- getMinimumLevel() - Method in interface org.tinylog.provider.LoggingProvider
-
Gets the lowest activated severity level for all tags.
- getMinimumLevel(String) - Method in interface org.tinylog.provider.LoggingProvider
-
Gets the lowest activated severity level for a tag.
- getMinimumLevel() - Method in class org.tinylog.provider.NopLoggingProvider
-
- getMinimumLevel(String) - Method in class org.tinylog.provider.NopLoggingProvider
-
- getName() - Method in class org.tinylog.configuration.EnvironmentVariableResolver
-
- getName() - Method in class org.tinylog.configuration.JndiValueResolver
-
- getName() - Method in class org.tinylog.configuration.SystemPropertyResolver
-
- getPrefix() - Method in class org.tinylog.configuration.EnvironmentVariableResolver
-
- getPrefix() - Method in class org.tinylog.configuration.JndiValueResolver
-
- getPrefix() - Method in class org.tinylog.configuration.SystemPropertyResolver
-
- getProcessId() - Method in class org.tinylog.runtime.LegacyJavaRuntime
-
- getProcessId() - Static method in class org.tinylog.runtime.RuntimeProvider
-
Gets the ID of the current process (pid).
- getSiblings(String) - Static method in class org.tinylog.configuration.Configuration
-
Gets all siblings with a defined prefix.
- getStartTime() - Method in class org.tinylog.runtime.LegacyJavaRuntime
-
- getStartTime() - Static method in class org.tinylog.runtime.RuntimeProvider
-
Gets the start time of the Java virtual machine or tinylog.