Package com.google.cloud.logging
Class ContextHandler
- java.lang.Object
-
- com.google.cloud.logging.ContextHandler
-
public class ContextHandler extends Object
Class provides a per-thread storage of the {@see Context} instances.
-
-
Constructor Summary
Constructors Constructor Description ContextHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Context
getCurrentContext()
void
removeCurrentContext()
void
setCurrentContext(Context context)
-