Javolution 6.0.0 java
|
Classes | |
class | LogEvent |
Public Member Functions | |
LogServiceImpl () | |
void | log (int level, String message) |
void | log (int level, String message, Throwable exception) |
void | log (ServiceReference sr, int level, String message) |
void | log (ServiceReference sr, int level, String message, Throwable exception) |
void | run () |
Private Attributes | |
final FastTable< LogEvent > | eventQueue = new FastTable<LogEvent>() |
Holds the default implementation of LogService to be used when running outside OSGi or when the Javolution bundle is not started.
Definition at line 20 of file LogServiceImpl.java.
javolution.osgi.internal.LogServiceImpl.LogServiceImpl | ( | ) |
Definition at line 30 of file LogServiceImpl.java.
References javolution.osgi.internal.LogServiceImpl.eventQueue, and javolution.osgi.internal.LogServiceImpl.run().
void javolution.osgi.internal.LogServiceImpl.log | ( | int | level, |
String | message | ||
) |
Definition at line 49 of file LogServiceImpl.java.
void javolution.osgi.internal.LogServiceImpl.log | ( | int | level, |
String | message, | ||
Throwable | exception | ||
) |
Definition at line 54 of file LogServiceImpl.java.
References javolution.osgi.internal.LogServiceImpl.eventQueue.
void javolution.osgi.internal.LogServiceImpl.log | ( | ServiceReference | sr, |
int | level, | ||
String | message | ||
) |
Definition at line 67 of file LogServiceImpl.java.
void javolution.osgi.internal.LogServiceImpl.log | ( | ServiceReference | sr, |
int | level, | ||
String | message, | ||
Throwable | exception | ||
) |
Definition at line 73 of file LogServiceImpl.java.
void javolution.osgi.internal.LogServiceImpl.run | ( | ) |
Definition at line 79 of file LogServiceImpl.java.
References javolution.osgi.internal.LogServiceImpl.eventQueue, javolution.osgi.internal.LogServiceImpl.LogEvent.exception, javolution.osgi.internal.LogServiceImpl.LogEvent.level, and javolution.osgi.internal.LogServiceImpl.LogEvent.message.
Referenced by javolution.osgi.internal.LogServiceImpl.LogServiceImpl().
|
private |
Definition at line 28 of file LogServiceImpl.java.
Referenced by javolution.osgi.internal.LogServiceImpl.log(), javolution.osgi.internal.LogServiceImpl.LogServiceImpl(), and javolution.osgi.internal.LogServiceImpl.run().