public class DelimitedListTraceListener extends TextWriterTraceListener
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.DelimitedListTraceListener
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Diagnostics.TextWriterTraceListener, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Diagnostics.TextWriterTraceListener
|
static java.lang.String |
className
Qualified class name: System.Diagnostics.DelimitedListTraceListener
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DelimitedListTraceListener() |
DelimitedListTraceListener(java.lang.Object instance)
Internal constructor.
|
DelimitedListTraceListener(Stream stream) |
DelimitedListTraceListener(Stream stream,
java.lang.String name) |
DelimitedListTraceListener(java.lang.String fileName) |
DelimitedListTraceListener(java.lang.String fileName,
java.lang.String name) |
DelimitedListTraceListener(TextWriter writer) |
DelimitedListTraceListener(TextWriter writer,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static DelimitedListTraceListener |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DelimitedListTraceListener, a cast assert is made to check if types are compatible. |
java.lang.String |
getDelimiter() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
void |
setDelimiter(java.lang.String Delimiter) |
void |
setJCOInstance(JCObject instance) |
void |
TraceData(TraceEventCache eventCache,
java.lang.String source,
TraceEventType eventType,
int id,
NetObject... data) |
void |
TraceData(TraceEventCache eventCache,
java.lang.String source,
TraceEventType eventType,
int id,
NetObject data) |
void |
TraceEvent(TraceEventCache eventCache,
java.lang.String source,
TraceEventType eventType,
int id,
java.lang.String message) |
void |
TraceEvent(TraceEventCache eventCache,
java.lang.String source,
TraceEventType eventType,
int id,
java.lang.String format,
NetObject... args) |
Close, Flush, getWriter, setWriter, Write, WriteLineclose, Dispose, Fail, Fail, getAttributes, getFilter, getIndentLevel, getIndentSize, getIsThreadSafe, getName, getTraceOutputOptions, setFilter, setIndentLevel, setIndentSize, setName, setTraceOutputOptions, TraceEvent, TraceTransfer, Write, Write, Write, WriteLine, WriteLine, WriteLineGetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DelimitedListTraceListener()
throws java.lang.Throwable
java.lang.Throwablepublic DelimitedListTraceListener(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DelimitedListTraceListener(Stream stream) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic DelimitedListTraceListener(Stream stream, java.lang.String name) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
public DelimitedListTraceListener(java.lang.String fileName)
throws java.lang.Throwable
java.lang.Throwablepublic DelimitedListTraceListener(java.lang.String fileName,
java.lang.String name)
throws java.lang.Throwable
java.lang.Throwablepublic DelimitedListTraceListener(TextWriter writer) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionpublic DelimitedListTraceListener(TextWriter writer, java.lang.String name) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionpublic static DelimitedListTraceListener cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DelimitedListTraceListener, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDelimitedListTraceListener instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getDelimiter()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
ArgumentException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class TextWriterTraceListenerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class TextWriterTraceListenerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class TextWriterTraceListenerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class TextWriterTraceListenerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class TextWriterTraceListenerJCType representing the CLR Type of the instantiated Classpublic void setDelimiter(java.lang.String Delimiter)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class TextWriterTraceListenerpublic void TraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject... data) throws java.lang.Throwable, ArgumentOutOfRangeException, NotSupportedException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, OverflowException
TraceData in class TraceListenerjava.lang.ThrowableArgumentOutOfRangeExceptionNotSupportedExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionArgumentExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionpublic void TraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject data) throws java.lang.Throwable, ArgumentOutOfRangeException, NotSupportedException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, OverflowException
TraceData in class TraceListenerjava.lang.ThrowableArgumentOutOfRangeExceptionNotSupportedExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionArgumentExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionpublic void TraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String message) throws java.lang.Throwable, ArgumentOutOfRangeException, NotSupportedException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, OverflowException
TraceEvent in class TraceListenerjava.lang.ThrowableArgumentOutOfRangeExceptionNotSupportedExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionArgumentExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionpublic void TraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String format, NetObject... args) throws java.lang.Throwable, ArgumentOutOfRangeException, NotSupportedException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, OverflowException
TraceEvent in class TraceListenerjava.lang.ThrowableArgumentOutOfRangeExceptionNotSupportedExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionArgumentExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionOverflowException