Class LoggerConfig
Configuration for Logger. Can be used to setup Logger and create it.
Inherited Members
Namespace: Unity.Logging
Assembly: solution.dll
Syntax
public class LoggerConfig
Constructors
Name | Description |
---|---|
Logger |
Create Logger |
Fields
Name | Description |
---|---|
Minimum |
|
Sync |
Properties
Name | Description |
---|---|
Write |
Use this method to add new Sink |
Methods
Name | Description |
---|---|
Capture |
Should this logger capture stacktraces |
Create |
Call that creates Logger using default Log |
Create |
Call that creates Logger |
Get |
Returns current capture stacktrace state. |
Get |
Returns current template that is used. See also Output |
Get |
Returns current log startup state. |
Output |
Template that should be used by sinks by default. All sinks without explicit OutputTemplate will use this one after this call. |
Redirect |
Should this logger redirect Unity logs |