![]() |
Energy Core Library
|
Log destination targets list More...
Public Member Functions | |
| Destination () | |
| new Target | Add (Target target) |
| Add new destination target More... | |
Public Member Functions inherited from Energy.Base.Collection.Array< Energy.Base.Log.Target > | |
| new void | Clear () |
| Removes all elements from the list More... | |
| T | New () |
| Create and add new element to list and return More... | |
| bool | Equals (Array< T > array) |
| new T | Add (T item) |
| new T | Insert (int index, T item) |
| new void | Remove (T item) |
| new void | RemoveAt (int index) |
| new void | RemoveRange (int index, int count) |
| new void | RemoveAll (Predicate< T > match) |
| new T [] | ToArray () |
Static Public Member Functions | |
| static Destination | operator+ (Destination left, Target right) |
| static Destination | operator- (Destination left, Target right) |
Static Public Member Functions inherited from Energy.Base.Collection.Array< Energy.Base.Log.Target > | |
| static Array< T > | operator+ (Array< T > left, T right) |
| static Array< T > | operator- (Array< T > left, T right) |
| static T [] | SubArray (T[] array, int start, int count) |
| Get sub array from an existing one. More... | |
| static T [] | SubArray (T[] array, int start, int count, bool pad) |
| Get sub array from an existing one. More... | |
Properties | |
| Energy.Base.Log.Target | this[Type target] [get] |
Properties inherited from Energy.Base.Collection.Array< Energy.Base.Log.Target > | |
| new T | this[int index] [get, set] |
| Gets or sets the element at the specified index More... | |
| new int | Count [get, set] |
| Gets or sets the number of elements More... | |
| T | First [get] |
| Return first element or default if list is empty More... | |
| T | Last [get] |
| Return last element or default if list is empty More... | |
Log destination targets list
| Energy.Base.Log.Destination.Destination | ( | ) |
Add new destination target
| target |
|
static |
|
static |
|
get |