Method | Description | |
---|---|---|
Construct ( [ config ) : Target | ||
Construct ( string typeName, System.Xml.Linq.XElement config ) : Target | ||
TargetConstructor ( ) : System |
Method | Description | |
---|---|---|
FindTargetTypeInfo ( string typeName ) : CoreTechs.Logging.Configuration.TargetTypeInfo |
Searches for the target first by full type name, then by friendly type name, then by type name.
|
public Construct ( string typeName, System.Xml.Linq.XElement config ) : Target | ||
typeName | string | |
config | System.Xml.Linq.XElement | |
return | Target |