Class LogSettingsSO.LoggerSettings
Inheritance
System.Object
Inherited Members
Show
Syntax
[Serializable]
public class LoggerSettings
Constructors
LoggerSettings(String, String, LogType)
Declaration
public LoggerSettings(string name, string namespace, LogType level)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | namespace | |
LogType | level |
LoggerSettings(String, LogType)
Declaration
public LoggerSettings(string fullname, LogType level)
Parameters
Type | Name | Description |
---|---|---|
System.String | fullname | |
LogType | level |
Fields
Name
Declaration
public string Name
Namespace
Declaration
public string Namespace
logLevel
Declaration
public LogType logLevel
Properties
FullName
Declaration
public string FullName { get; }
Methods
GetNameAndNameSpaceFromFullname(String)
Declaration
public static (string name, string namespace ) GetNameAndNameSpaceFromFullname(string fullname)
Parameters
Type | Name | Description |
---|---|---|
System.String | fullname |
Returns
Type | Description |
---|---|
System.ValueTuple{System.String,System.String} |