ICounter Public interface
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.log iTextSharp.text.log.ICounter[[ICounter]] class iTextSharp.text.log.ICounter interfaceStyle; end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
Details
Methods
GetCounter
public ICounter GetCounter(Type klass)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
klass |
Read
public void Read(long l)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
l |
Written
public void Written(long l)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
l |
Generated with ModularDoc