메소드 | 설명 | |
---|---|---|
Clear ( ) : void |
Clears all subscriptions
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
IgnoreAll ( VerboseLevel level ) : void |
Ignore all messages of this verbose level.
|
|
IgnoreAssembly ( |
Ignore all messages of this verbose level.
|
|
IgnoreAssembly ( string assemblyExpression, VerboseLevel level ) : void |
Ignore all messages of this verbose level.
|
|
IgnoreType ( |
Ignore all messages of this verbose level.
|
|
IgnoreType ( string typeExpression, VerboseLevel level ) : void |
Ignore all messages of this verbose level.
|
|
SubscribeToAll ( VerboseLevel level ) : void |
Subscribes to all publishers with the specified verbose level.
|
|
SubscribeToAssembly ( |
Subscribes to the publisher of the specified assembly with the specified verbose level.
|
|
SubscribeToAssembly ( string assemblyExpression, VerboseLevel level ) : void |
Subscribes to the publisher of the specified assembly with the specified verbose level.
|
|
SubscribeToType ( |
Subscribes to the publisher of the specified type with the specified verbose level.
|
|
SubscribeToType ( string typeExpression, VerboseLevel level ) : void |
Subscribes to the publisher of the specified type expression with the specified verbose level.
|
메소드 | 설명 | |
---|---|---|
LogSubscriber ( |
Creates a LogSubscriber
|
public IgnoreAssembly ( |
||
assembly | ||
level | VerboseLevel | |
리턴 | void |
public IgnoreAssembly ( string assemblyExpression, VerboseLevel level ) : void | ||
assemblyExpression | string | |
level | VerboseLevel | |
리턴 | void |
public IgnoreType ( |
||
type | ||
level | VerboseLevel | |
리턴 | void |
public IgnoreType ( string typeExpression, VerboseLevel level ) : void | ||
typeExpression | string | |
level | VerboseLevel | |
리턴 | void |
public SubscribeToAll ( VerboseLevel level ) : void | ||
level | VerboseLevel | |
리턴 | void |
public SubscribeToAssembly ( |
||
assembly | ||
level | VerboseLevel | |
리턴 | void |
public SubscribeToAssembly ( string assemblyExpression, VerboseLevel level ) : void | ||
assemblyExpression | string | An expression of the name of an assembly. Must include a * or ? to be considered an expression. |
level | VerboseLevel | The level |
리턴 | void |
public SubscribeToType ( |
||
type | ||
level | VerboseLevel | |
리턴 | void |
public SubscribeToType ( string typeExpression, VerboseLevel level ) : void | ||
typeExpression | string | An expression of the name of a type. Must include a * or ? to be considered an expression. |
level | VerboseLevel | The level |
리턴 | void |